Author |
Message
|
rdates |
Posted: Mon Jun 07, 2004 1:27 pm Post subject: Application Publishes and Subscribes to the same Topic |
|
|
Newbie
Joined: 19 May 2004 Posts: 3
|
I am working with MQSeries Pub/Sub version 5.3 only. (no WBIEB).
I have a project that is using 2 Topics. All applications use these topics to both publish and subscribe to. The problem is that if Appl-A publishes topic-X; then Appl-A and all other subscribers to topic-X get the message.
Does anyone know of a way to configure the MQ PubSub broker so that the message is delivered to all subscriber applications EXCEPT the application (Appl-A) that published the message?? _________________ rjd |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jun 07, 2004 1:34 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Which MQ PubSub Broker?
And this is the wrong forum to be asking a question. This is for known tips & best practices, not for questions.
This question probably belongs in the WMQI forum. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rdates |
Posted: Mon Jun 07, 2004 1:43 pm Post subject: |
|
|
Newbie
Joined: 19 May 2004 Posts: 3
|
Sorry about out-of-place question.
this is the MA0C broker (the MQSeries only PubSub Support Pack broker appl.) _________________ rjd |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Jun 09, 2004 11:00 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
bower5932 |
Posted: Fri Jun 11, 2004 9:20 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
There is a section in the Using Java manual Chapter 11 on 'suppressing local publications'. Basically, you have to specify a third parameter of the createSubscriber call to true. |
|
Back to top |
|
 |
|