Hi,
After some number of attempts to deliver the meesgae. If it is not successful then I need to move the message to diffrent queue.
How can I do this?
I am using spring MDP.
Thanks, ...
Type: Posts; User: Mohan81; Keyword(s):
Hi,
After some number of attempts to deliver the meesgae. If it is not successful then I need to move the message to diffrent queue.
How can I do this?
I am using spring MDP.
Thanks, ...
I am working email Scheduling task.
All the Email requests will be queued into a JMS Queue.
Some emails can be scheduled to deliver in future date. Some emails can be sent right away.
How can I...
Thanks for reply.
Hi ,
I am new to JMS and Spring.
I am trying to implement a requirement where it needs to get 100 messages from the queue then later process each message.
There will be different clients they...