Hi,
i’m trying to develop a publish/subscribe solution with JMS Server instead of Broker.
this is the scenario:
A web application send a message on topicTest1 (topic with durable)
I would like to let 2 flow services subscribe the message with the possibility to pause a single subscription without losing the message
It is possible implement this solution?
I tried using two JMS triggers but when I suspended one of this, the second one has consumed the message. After that I reactivate the first one but the message has been already consumed
Any suggestion?
Bye
Fabio
#Universal-Messaging-Broker#Integration-Server-and-ESB#Broker-JMS#webMethods