Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Add Listener to JMSQueue

Avatar

Level 2
Hi All,
I have individual processes for Write/Receive messages to/from queue.  Now, How can I monitor queue continuously for messages and second process should invoke only whenever a message is posted to queue (Like message driven beans).

How can I achieve above functionality.

Is there any inbuilt component in livecycle to support Message driven beans functionality.

Please suggest.

Thanks in advance,

Ramu

1 Reply

Avatar

Employee Advisor

You can throw an event (may be your custom event) when the message is recieved and the another process may have a event start point using which it would be invoked, when it catches this event.

For continuos monitoring, you can create a loop using Wait Point

See below links :

http://help.adobe.com/en_US/livecycle/10.0/WorkbenchHelp/WS92d06802c76abadb-1cc35bda128261a20dd-7f4f...

http://help.adobe.com/en_US/livecycle/9.0/samples/ServiceUsageSampleEventCorrelation.html

Hope this helps.

Thanks,

Wasil