JMS Receiver Component
We have setup multiple JMS Receiver component to receive message from different queues from middleware. We are trying to create one JMS queue and one JMS Receiver component.
1. How to invoke messages in the queue asynchronously, when message x from system x is reeceived in the queue , WF or Disptach service should pick up the message do the processing, at the same time if message y from system y is received in the queue,WF or Disptach service should pick up the message do the processing simultaneously,. Is it possible to configure asynchronous invocation in JMS Receiver component?
2. If not possible, any workaround?.