Skip to main content

Posts

Showing posts from March, 2014

Pub/Sub with WSO2 MB and WSO2 ESB using Durable and Hierarchical Topics

WSO2 MB is a standers complaint  message broker which supports JMS and AMQP standards and it will allow interoperability between many languages. It supports two of the main standers patterns of communication. Point-to-Point messaging through queues where one application sends messages directly to another application. Publish/Subscribe pattern through topics where one application publishes messages to a topic and other applications who are subscribed to this topic will receive these messages. This post will explain how to use WSO2 ESB as a publisher and subscriber for WSO2 MB which will act as the middle hub for message exchange. Also it will explain the hierarchical topic capabilities and durable topic capabilities of WSO2 MB. As an example lets take a news publisher service which publishes various types of news. And there are subscribers who are interested on various types of news. Download and unzip WSO2 ESB 4.8.1 and WSO2 MB 2.1.0 Locate wso2mb-2.1.0/bin fold