MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How do I change a Queue object to a Topic?

    Posted Thu January 28, 2016 05:59 PM

    I have a Queue and a service is already listening to it, but now there is a new requirement for a new service to be constructed with a similar message coming over that queue. If we change that queue object to a Topic, we will then have to add another subscriber for the new service. What’s the better way to do this?



  • 2.  RE: How do I change a Queue object to a Topic?

    Posted Mon February 01, 2016 08:24 PM

    You can do this with a QAlias pointing to a topic object. You can then add in as many additional subscribers as you need to have copies of each message. A blog post I wrote a few years back may be of interest to you. It was about changing from using queues, to publish/subscribe for event messages. They are but one example of messages that many different consumers might want to have a copy of.

    Publish your MQ Event Messages

    Please, ask any follow up questions you have after reading that.

    Cheers
    Morag