oracle.jms.AQjmsException: JMS-199: Registration for asynchronous receipt of messages failed
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 414880, 1 year ago
via Oracle Community by 414880, 1 year ago
via Oracle Community by 78059, 1 year ago
via Oracle Community by 413143, 1 year ago
via Oracle Community by 198189, 1 year ago
via Oracle Community by 680889, 1 year ago
oracle.jms.AQjmsException: JMS-199: Registration for asynchronous receipt of messages failed
at oracle.jms.AQjmsError.throwEx(AQjmsError.java:282)
at oracle.jms.AQjmsSession.register(AQjmsSession.java:5570)
at oracle.jms.AQjmsConsumer.setMessageListener(AQjmsConsumer.java:794)
at aqjmsdemo03.demoMessageListener(aqjmsdemo03.java:104)
at aqjmsdemo03.main(aqjmsdemo03.java:75)