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 ?

Agile User Asked on April 21, 2022 in Agile PLM (v9).
Add Comment
1 Answer(s)

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

Agile Angel Answered on April 21, 2022.

Yes ..but my question is why they need it to be created before agile deployment . We can create it afterwards also right ?

on April 25, 2022.

Not sure. My guess is since it is a critical prerequisite, they are ensuring it is present to avoid any failures

on April 27, 2022.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.