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
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.
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