"beefcaaaake" wrote : Well Adrian, that is exactly what I did.
No you didn't, otherwise you wouldn't get that error message.
Try
| conn = qcf.createQueueConnection();
| // Register for exception callbacks
| conn.setExceptionListener(new ExceptionListenerImpl());
| System.out.println("=========> Now running the new code");
| session = conn.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
|
There's also an FAQ on how to track down where you forgot to do it.
Usually when this message comes up, people swear blind they've done
it correctly and then find they're creating a connection somewhere else
which doesn't have the exception listener. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166659#4166659
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166659
"Unnijboss" wrote : We moved from HSQL to Oracle as MQ DB. After this we found that the
| transactions are waiting at DB level. Then needs to kill those sessions and
| restart DB. The messages we are sending is quite large. Is this causing this issue? please help.
|
| It happens after 3 or 4 days.
Oracle issue => ask Oracle.
Unless this is the two JBossMQ servers sharing the same database FAQ.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166653#4166653
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166653