Author |
Message
|
solomita |
Posted: Thu Jun 02, 2005 7:02 am Post subject: Publishing from broker to a Topic in WAS |
|
|
Voyager
Joined: 06 May 2003 Posts: 94
|
There is currently a WAS setup with Topics in a Topic connection factory. I want to be able to do use the broker to publish a message to the topic in WAS and also be able to subscribe to these messages in WAS. Any suggestions where I can find information on this? _________________ IBM Certified Specialist - WebSphere MQ Integrator
IBM Certified System Administrator - WebSphere MQ V5.3
IBM Certified System Administrator - WebSphere Business Integration Message Broker V5 |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 02, 2005 7:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You need to configure the Queue Manager on the WAS box to use the Broker as it's pub/sub broker.
This is basically configuring a remote pub/sub broker - and if you search the Java/JMS forum, you will find some recent postings about this - basically, the Using Java manual has direct instructions. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
solomita |
Posted: Thu Jun 02, 2005 10:14 am Post subject: |
|
|
Voyager
Joined: 06 May 2003 Posts: 94
|
I cant seem to find anything to configure the Queue Manager on the WAS box to use the Broker as it's pub/sub broker. I do think though that this queue manager I am working with might already be set up to that as I do see existing Topics etc. Is there a way i can test publishing to these topics via a message flow? _________________ IBM Certified Specialist - WebSphere MQ Integrator
IBM Certified System Administrator - WebSphere MQ V5.3
IBM Certified System Administrator - WebSphere Business Integration Message Broker V5 |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 02, 2005 10:35 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If those topics are working already, then some broker is already configured for the WAS Qmgr the TCFs point to.
Aside from changing the broker that qmgr is using - and the Using Java manual does have an appendix that talks about this - you can simply define a remote definition for SYSTEM.BROKER.CONTROL.QUEUE *on the was box* to the Broker Qmgr and then publish there - but you will have to build the publication requests by hand and can't use the Publication node.
You should spend some more time understanding the relationship between a broker and a qmgr from a pub/sub perspective. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Thu Jun 02, 2005 12:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Also, if the pub/sub broker is a QMGR other than WAS broker, then the TCF could also be configured with transport as CLIENT I guess. |
|
Back to top |
|
 |
|