views:

70

answers:

0

I am involving in SMS Gate way project.

The Very Base function is our system have couple of Customers

They will send their request to our gateway in a form of XML.

Those request is Process first and send it to a common out bound JMS(ActiveMQ 5.3 )

There is an listener running on which should be capable of doing the following

  1. Retrive Bunch of Messages(Let say 5 ) on retrieval.
  2. The retival should be on demand .It means ,once the listeners triggers only those bunch of message should return .