Posted: Wed Feb 24, 2010 1:57 am Post subject: Publish/Subscribe message to be persistence
Novice
Joined: 27 May 2007 Posts: 22
Hi All,
I am using Publish/Subscribe method to subscribe a message in different Queue.How to make those messages persistence.
Example:- Suppose any message came and topic as well as filter condition did not matched those message get discarder by message broker 6.0.Requirement is if any messages does not get delivered let us error out or go to any Queue so that we can have a track.What all messages lost.
Posted: Wed Feb 24, 2010 2:12 am Post subject: Re: Publish/Subscribe message to be persistence
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
satayoday wrote:
Hi All,
I am using Publish/Subscribe method to subscribe a message in different Queue.How to make those messages persistence.
Example:- Suppose any message came and topic as well as filter condition did not matched those message get discarder by message broker 6.0.Requirement is if any messages does not get delivered let us error out or go to any Queue so that we can have a track.What all messages lost.
Any solution
Thanks in Advance
Satya
Bad concept. Make sure your publication is flagged as persistent...
I don't get at all your notion of "lost messages". Assuming all your subscriptions have a specific subscription queue and are durable, if a message does not get delivered I'd expect it to be on some DLQ. Now if you don't have a DLQ set up, you might want to review the advantages of it.
For the rest, by definition you did not want the message. So why would you want to track messages you did not want in the first place? _________________ MQ & Broker admin
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum