Author |
Message
|
mbtech |
Posted: Sun Feb 17, 2013 10:22 pm Post subject: Does topic alias queue has property of one message processin |
|
|
Apprentice
Joined: 18 Jul 2012 Posts: 36
|
Does Topic alias queue has property of sending message to only one queue?
Dont't it have an option of sending message to multiple queues? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Feb 17, 2013 11:10 pm Post subject: Re: Does topic alias queue has property of one message proce |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
mbtech wrote: |
Does Topic alias queue has property of sending message to only one queue?
Dont't it have an option of sending message to multiple queues? |
You send/put the message to a topic alias for publication.
How many receivers get the message depends on the number of subscriptions to that topic.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
zpat |
Posted: Mon Feb 18, 2013 12:27 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
The target object for a topic alias is a topic, not a queue.
The target object for a queue alias is a queue. |
|
Back to top |
|
 |
mbtech |
Posted: Mon Feb 18, 2013 12:29 am Post subject: |
|
|
Apprentice
Joined: 18 Jul 2012 Posts: 36
|
@fjb_saper :
I have 2 topics 4 subscriptions where by one subscriber registers for both topics so for each topic the message should go to 2 queues but when i put a message in topic alias queue its going to only one queue iam unable to get in the second queue.
Is there anything like the alias queue will send message to one queue only? |
|
Back to top |
|
 |
mbtech |
Posted: Mon Feb 18, 2013 12:33 am Post subject: |
|
|
Apprentice
Joined: 18 Jul 2012 Posts: 36
|
@Zpat:
Yeah i configured target object for a topic alias a topic when i publish a message its received only by only one queue not to all subscribers |
|
Back to top |
|
 |
zpat |
Posted: Mon Feb 18, 2013 12:51 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Check the active subscriptions. List them with MO71, MQ explorer or MQSC. |
|
Back to top |
|
 |
|