Author |
Message
|
rajmq |
Posted: Wed Nov 10, 2010 4:26 am Post subject: JMS Publish without Broker Flow |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
In WMQ V7 pub/sub engine,
Is it JMS application can publish a message to Non SYSTEM.BROKER.DEFAULT.STREAM queue?
If "yes", I don't understand how the message will be published?
Currently we are using WMQ/WMB and applications are publishing message to different pub queues. A dedicated message flow is running against each pub queue to publish the message.
TIA _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0 |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Nov 10, 2010 4:45 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
With Broker v6.1 and MQ v7, you can either use the Broker pub/sub engine or you can use the MQ pub/sub engine. This has been true all along, really, but in MQ v7 the MQ pub/sub engine is fully functional and fully integrated into the product and smarter.
With Broker v7 there is only the MQ pub/sub engine, however Broker still acts as an intermediary to handle content based subscriptions. |
|
Back to top |
|
 |
rajmq |
Posted: Wed Nov 10, 2010 5:15 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Code: |
MQ v7 the MQ pub/sub engine is fully functional and fully integrated into the product and smarter.
|
My situation is ,there is no MB and no message flow.
If I send a meassge to non SYSTEM.BROKER.DEF* queue how it will be published ? _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0 |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 10, 2010 5:38 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rajmq wrote: |
If I send a meassge to non SYSTEM.BROKER.DEF* queue how it will be published ? |
Same as any other publication in WMQv7.
I don't understand the question. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rajmq |
Posted: Wed Nov 10, 2010 6:05 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Ok.
Currently,
JMS App Publish the msg(with rfh2)------> PUBQ(MQV6)-----> MessageFlow(WMB6.1)
In the above, message flow reads the message from PUBQ and sending the msg to related to subscription queue based on the topic match.
In V7,
JMS App Publishing the msg(with rfh2)------> PUBQ(MQV7)----> ?
In the above, application still sends the same message and same queue but MQ Version is 7.
If I use WMQ pub/sub engine, (there is no message flow) how it will be published ? _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0 |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 10, 2010 6:08 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rajmq wrote: |
If I use WMQ pub/sub engine, (there is no message flow) how it will be published ? |
As indicated here, which is conceptually the same as doing pub/sub using WMQv6 without WMB. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|