This documentation is for WSO2 Message Broker version 2.0.1. View documentation for the latest release.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Queues provide the facility for users to store messages in an intermediate location sent by an external party, and access them on-demand. WSO2 Message Broker uses a Message Queue to facilitate this feature, and all operations are carried out on that message queue. The queuing feature is similar to an inbox where anyone can send messages to and only the owner can consume the messages. While anyone can send messages to the queue, only the owner of the queue can access the messages stored in it.

The message queue architecture is depicted in the figure below.

message queuing scenario

Figure: How Message Queues Work

 

The Queue management capability in WSO2 Message Broker is provided by the following feature in the WSO2 feature repository.

 

Name : WSO2 Carbon - Event Feature
Identifier : org.wso2.carbon.event.feature.group

 

This feature can be removed or added to a different distribution if it is not already bundled with it using the instructions given in section, Server Provisioning.

  • No labels