We have application deployed in Jboss SOA platform.Performance point of view, we had commented out the DeadLetterService in jboss-esb.xml. So when any exception occurs or message is not delivered to 3rd party, it should not go to DLQ. But now we are getting the following error
********************************
2012-12-18 18:02:30,996 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/ServiceName].[HttpGateway]] (http-0.0.0.0-9032-14) Servlet.service() for servlet HttpGateway threw exception
org.jboss.soa.esb.listeners.message.MissingServiceException: Registry details for service [JBossESB-Internal:DeadLetterService] could not be determined from the registry.
at org.jboss.soa.esb.client.ServiceInvoker.post(ServiceInvoker.java:348)
********************************
It is taking around 5 min to send the response to 3rd party.We are trying to find out the reason for delay.
Can anyone know how the issue is related with "DeadLetterService"? or how can i reproduce the issue? or why 5 minute delay?