What product/components do you use and which version/fix level?
IS 10.5
I have my packages like this:
Package1 (package)
|->Package1 (folder)
|->|->srv(folder)
|->|->|->myserviceP1 (flow service)
|->|->trigger(folder)
|->|->|->mytriggerP1 (trigger)
Package2 (package)
|->Package2 (folder)
|->|->srv(folder)
|->|->|->myserviceP2 (flow service)
|->|->trigger(folder)
|->|->|->mytriggerP2 (trigger)
both of triggers are configurated like:
JMS connection alias name: DEFAULT_IS_JMS_CONNECTION
JMS trigger type: Standard
JMS destinations and message selector:
-Destination Name: mydestination
-DestinationType: QUEUE
BUT mytriggerP1 has a Rule1 to Package1.srv:myserviceP1
AND mytriggerP2 has a Rule1 to Package2.srv:myserviceP2
So, when 100 messages are published at same time in UM on “mydestination” destination name, myserviceP1 execute 50 times and myserviceP2 execute 50 times. Fifty-fifty.
I want both of services consumes the 100 messages and not 50-50. How can I do that?
If I try to add a new rule in a trigger and save (for example myserviceP2 in a new Rule2 on mytriggerP1), show the following error: [ISS.0134.9207] Routing Rule “Package1.srv:myserviceP1” is unreachable. Do you want yo disable the trigger and continue saving?"
#QUEUE#jms#webMethods