|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Broker in MQ |
« View previous topic :: View next topic » |
Author |
Message
|
jeevan |
Posted: Tue Jan 31, 2006 10:28 am Post subject: Broker in MQ |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
What is broker in pub/sub communication? why does not it start automatically?
what different kinds of broker can be used with MQ for oub/sub communication?
thanks
From other post
Quote: |
What is different between ptp communication and pub/sub comunication?
what components are needed?
what is pub/sub borker here?
thanks |
|
|
Back to top |
|
 |
vennela |
Posted: Tue Jan 31, 2006 10:46 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
A broker, in PUB/SUB can be:
A QMGR in MQ
A Broker in Message Broker or Event Broker (I don't know much about Event Broker, so I might be wrong).
If MQ is the pub sub broker, the broker commands are :
dspmqbrk
strmqbrk
endmqbrk
Code: |
C:\Documents and Settings\admin>dspmqbrk -m QM1
WebSphere MQ Publish/Subscribe broker for queue manager QM1 not active.
C:\Documents and Settings\admin>strmqbrk -m QM1
WebSphere MQ Publish/Subscribe broker started for queue manager QM1.
C:\Documents and Settings\admin>endmqbrk -m QM1
WebSphere MQ Publish/Subscribe broker for queue manager QM1 ended.
C:\Documents and Settings\admin> |
Quote: |
why does not it start automatically? |
Because, you always don't use it I guess
I deleted your other post because I thought it is the same question.
Point to Point is you send a message from one destination to another destination.
Pub Sub is you publish a message on a topic and multiple subscribers can subscribe to the topic and get the messages published by any publisher. |
|
Back to top |
|
 |
jeevan |
Posted: Tue Jan 31, 2006 11:35 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
does this mean, a queue manaer be a broker for pub/sub communication network?
Furthermore, that means, we create a qmgr and run the broker. how the various q or mqgr subscribe it? could you please give some idea
thanks |
|
Back to top |
|
 |
vennela |
Posted: Tue Jan 31, 2006 11:36 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
jeevan wrote: |
does this mean, a queue manaer be a broker for pub/sub communication network?
|
Yes, if you have MQ 5.3 and CSD08 or above.
Or else, you need to use the support pac
Quote: |
Furthermore, that means, we create a qmgr and run the broker. how the various q or mqgr subscribe it? could you please give some idea |
You need to read the manual |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|