What are the best practices to shut-down a hung SOA-P node during it's processing existing requests from remote JMS server?
Issue
- There are 3 node
SOA-Pservers running cluster talking to a 2 nodeJMSserver (e.g. usingJBoss Messagingstack) cluster running on remoteJBoss EAPservers. TheESBapplications deployed onSOA-Pare dependent upon theJMSserver to be up and running. That means before shut-down ofSOA-Pserver takes place someone has to shut downSOA-Pservers first, then theJMSserver instances. Is there a way to break that dependency? Perhaps it could be achieved by shutting down certain services onSOA-Pserver instances so it stops listening on the remote queues? - The current problem is if the
JMSserver goes down,SOA-Pserver instances can't be shut down because it will be hung waiting to connect to theJMSqueues, and it's process needs to be killed. - What are the best practices to shut-down a hung SOA-P node during it's processing existing requests from remote
JMSserver?
Environment
- Red Hat JBoss SOA Platform (SOA-P)
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.