Author |
Message
|
sreemsccs |
Posted: Fri Nov 27, 2009 2:10 am Post subject: Durable subscription in MQseries |
|
|
Newbie
Joined: 15 Nov 2009 Posts: 3
|
How to set the durable subscription in mqseries.
Any body knows about this one.Can u plz let me know. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Nov 27, 2009 2:15 am Post subject: Re: Durable subscription in MQseries |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sreemsccs wrote: |
How to set the durable subscription in mqseries.
|
Using the documented method typically works.
Another thing that works is giving us more information. What version of WMQ? Subscribing using what language? On what platform? What have you already tried (I'm guessing it didn't work or you wouldn't have posted)? Were there any error messages?
Help us to help you. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sreemsccs |
Posted: Fri Nov 27, 2009 3:14 am Post subject: Re: Durable subscription in MQseries |
|
|
Newbie
Joined: 15 Nov 2009 Posts: 3
|
Vitor wrote: |
sreemsccs wrote: |
How to set the durable subscription in mqseries.
|
Using the documented method typically works.
Another thing that works is giving us more information. What version of WMQ? Subscribing using what language? On what platform? What have you already tried (I'm guessing it didn't work or you wouldn't have posted)? Were there any error messages?
Help us to help you. |
What i mean to say is how to set up the durable subscription manully in mqseries 7.0. In windows platform.
I tried to work on PUB/SUB scenario...
I found that it is possible to do by using JMS application..Am i thinking right or wrong ?
let me know,if any mistakes |
|
Back to top |
|
 |
Vitor |
Posted: Fri Nov 27, 2009 7:26 am Post subject: Re: Durable subscription in MQseries |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sreemsccs wrote: |
I found that it is possible to do by using JMS application..Am i thinking right or wrong ?
|
Typically a subscriber is an application yes. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Nov 27, 2009 7:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What are the options available with DEFINE SUBSCRIPTION? |
|
Back to top |
|
 |
sreemsccs |
Posted: Sun Nov 29, 2009 9:32 pm Post subject: |
|
|
Newbie
Joined: 15 Nov 2009 Posts: 3
|
mqjeff wrote: |
What are the options available with DEFINE SUBSCRIPTION? |
Option are either yes or No there is a two options.
Durable subscription means the message was kept in the subscription.
we can't deleted the message from there. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Nov 29, 2009 11:16 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sreemsccs wrote: |
Durable subscription means the message was kept in the subscription.
We can't deleted the message from there. |
I think you might need to lookup the meaning of durable subscription. There is nothing that says that the message can't be deleted (mqget operation)...
Think about it, if you supplied a subscription destination, there is nothing preventing you from clearing the destination queue using MQGET.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|