I am using JbossMQ
Looking at the logs, it looks like the DLQ queues are failing only. and i repeatedly get
the following error for queue/DLQ and all my application defined DLQ queues
| 2008-07-22 10:54:32,989 INFO [org.jboss.resource.adapter.jms.inflow.JmsActivation]
Attempting to reconnect
org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@15a0316(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter(a)1fb580
destination=topic/refreshRulesTopic isTopic=true tx=true durable=false reconnect=10
provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15
keepAlive=60000 useDLQ=true
DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler
DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
| 2008-07-22 10:54:32,990 ERROR [org.jboss.resource.adapter.jms.inflow.JmsActivation]
Unable to reconnect
org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@15a0316(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter(a)1fb580
destination=topic/refreshRulesTopic isTopic=true tx=true durable=false reconnect=10
provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15
keepAlive=60000 useDLQ=true
DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler
DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
| javax.naming.NameNotFoundException: queue/DLQ
| at org.jboss.ha.jndi.TreeHead.lookup(TreeHead.java:242)
| at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:155)
| at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
| at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:312)
| at $Proxy314.lookup(Unknown Source)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
|
any hint?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165886#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...