CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
cloud_queue
Message Brokers
A
cloud_queue
message broker
is an intermediary computer program module that translates a message from the formal messaging protocol of the sender to the formal messaging protocol of the receiver.
  • See the
    wikipedia
    for more.
  • Message brokers
    are useful with secure , across , as redundant connections and with complex configurations.
  • The term '
    message broker
    server
    ' refers to the intermediary computer program module.
  • The term '
    message broker
    connection
    ' is an that defines a connection to a specific
    message broker
    server
    .
  • uses
    message brokers
    to communicate with other in the .
  • can be configured to use a
    message broker
    connection
    once that connection has been created.
  • With the CellSpace/Enterprise, an can create
    message broker
    in a similar manner as with .
  • Currently we support the
    RabbitMQ
    Message Broker
    and the
    ActiveMQ
    Message Broker
    .
  • Support for other
    message brokers
    may be added when requested.
cloud_queue
Edit
Message Broker
Connection
-----
This is used to change the of a .
Message Broker
Types
-----
The is the type of
message broker
server
that is required.
Message Broker
Connection
URLs
-----
are used to locate a and within that .
Message Broker
Queues
-----
names are used to identify publishers and subscribers to a service facilitated by a .
Message Broker
Heart Beat
-----
The will periodically send and receive heart beat messages to and from the to help ensure the is functioning correctly.