Search code examples
websphere-portalwebsphere-8messagebroker

Communicating Message Broker and Websphere Application Server


I have a portal application deployed on WebSphere Portal server and message flows deployed in message broker execution group. The portal application does some kind of database CRUD operation. Based on the changes made through portal, I want to update my cache data of Message Broker. Since there could be several broker execution group, so I thought of creating a pub-sub model. Every time the portal changes some values in the database, it publishes that message to the topic which broker application will listen to and take appropriate action.

My problem is how to make both these servers communicate to each other. Any pointer would be highly appreciated.

Thanks in advance.


Solution

  • JMS would probably be my choice here as it already supports the pub/sub semantics and is supported by both products.