JMS Usecases Tutorial with WSO2 ESB

WSO2 ESB provides support for implementing common business use cases where the ESB can be used as both a message producer and a message consumer for a JMS broker.

 

  • Store and Forward Using JMS Message Stores
    • Client sends requests to a proxy service. The proxy service stores the messages to a JMS message store. The back-end service is invoked by a message forwarding processor, which picks stored messages in the JMS message store.

    • When the message forwarding processor receives a response from the back-end service, it forwards it to a reply sequence to process the response message

 

Technorati Tags: ,,

Comments