With queue Type: I Have created 1 JMS Publish service and 2 subscribe service’s subscribing to same queue
JMS Publish service one msg to JMS Queue_Common
Queue_Common >> JMS Subscribe_Trigger1 >> Invokes JMS Subscribe_Service1
Queue_Common >> JMS Subscribe_Trigger2 >> Invokes JMS Subscribe_Service2
I see 2 subscribe services don’t subscribe to same msg at same time from same queue.
If Subscribe_Service1 invokes, subscribe_Service2 won’t invoke and vice versa.
==========================================================================================================
With Topic Type: I Have created 1 JMS Publish service and 2 subscribe service’s subscribing to same Topic
JMS Publish service one msg to JMS Topic_Common
Topic_Common >> JMS Subscribe_Trigger1 >> Invokes JMS Subscribe_Service1
Topic_Common >> JMS Subscribe_Trigger2 >> Invokes JMS Subscribe_Service2
I see 2 subscribe services don’t subscribe to same msg at same time from same topic.
If Subscribe_Service1 invokes, subscribe_Service2 won’t invoke and vice versa.
Is this an expected behavior or is something wrong? Ideally, I guess both the target triggers must subscribe?
#Universal-Messaging-Broker#webMethods