JMS Queue Creation in Agile Installation (9.3.0.2)
Why do we need to create Jms queue before agile deployment in OAS.
Installation guide says :
After you install the Agile Application Server, you must configure JMS resources before deploying
the application.
And I have checked that agile deployment can not be done without doing this step.
Any idea why ? what is the purpose ?
Hello
Agile modules uses JMS heavily for various asynchronous operations
Some of them include
– Notifications. All notifications that need to be sent to users are queued up and one of the modules process them
– Synching across nodes in the cluster
– For example, if you do an admin change in one node, it publishes the changes to the queue and other nodes will pick it up and update
– Updates to objects
– ACS transactions
Hope this helps
– Raj