AndrewK
AndrewK

Reputation: 21

Runtime topic subscription in WSO2 ESB using JMS

I have a topic in the WSO2 ESB 4.6.0 that I want to create subscriptions to at runtime using JMS, to allow pub-sub.

It is documented that the event-broker in 4.6.0 is based on Apache Qpid, however, it doesn't appear to be bundled. By default, an in-memory event broker is configured.

http://docs.wso2.org/wiki/display/ESB460/Eventing

I am using ActiveMQ as my JMS message broker, however, if required, it is possible to change to Qpid.

Has anyone managed to get this working?

Upvotes: 0

Views: 308

Answers (1)

Chanaka udaya
Chanaka udaya

Reputation: 5316

Yes. You can use apache Qpid as your JMS broker with WSO2 ESB. It has been tested in production enviornments as well. You can follow the same steps as mentioned in the samples which uses ActiveMQ as the JMS broker.

Upvotes: 0

Related Questions