Author |
Message
|
Svp |
Posted: Thu Feb 18, 2010 7:47 am Post subject: Information about Pub/Sub |
|
|
Apprentice
Joined: 18 Feb 2010 Posts: 40
|
Hi friends,
I am using WMB 7 and WMQ7. I have a message flow with a MQ i/p--compute--publication node. My question is a what happens when a message comes out of a publication node. Is that it will store the message temporarily in system.(broker or default) queue or where it will be before subscribing?
Waiting for your response |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 18, 2010 8:46 am Post subject: Re: Information about Pub/Sub |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Svp wrote: |
Is that it will store the message temporarily in system.(broker or default) queue or where it will be before subscribing? |
Depends entirely on what kind of publication, what kind of subscription and how you're got things set up.
Check the documentation for additional details on the various possibilities. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Svp |
Posted: Thu Feb 18, 2010 9:08 am Post subject: |
|
|
Apprentice
Joined: 18 Feb 2010 Posts: 40
|
Hi Vitor,
For instance I am publishing a JMS message through publication node. I need both JMS application subscriber and Message Broker to get the published message.
My question is how a message flow which starts with JMS input node can get the published message.
Is that I have to put the subscribed JMS message in a queue and get it in the message flow using JMS node or any other options is there?
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 18, 2010 9:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Svp wrote: |
My question is how a message flow which starts with JMS input node can get the published message. |
It subscribes.
Svp wrote: |
Is that I have to put the subscribed JMS message in a queue and get it in the message flow using JMS node or any other options is there? |
If you re-read the relevant documentation, you'll realise that question very much answers itself. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Svp |
Posted: Thu Feb 18, 2010 11:41 am Post subject: |
|
|
Apprentice
Joined: 18 Feb 2010 Posts: 40
|
Vitor,
One more scenario.If I am publishing a message but I dont have any subscriptions. Does the message goes to Dead Letter queue. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 18, 2010 12:42 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Svp wrote: |
Does the message goes to Dead Letter queue. |
Read the documentation as I suggested.
Or just think about what you're asking. And what pub/sub means. Then be ashamed. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|