Hi all
I found this problem with Durable subscriptions
I make a durable subscription on one client and when I made another in a second client, the exception below is thrown in the SwiftMQ console. I made both with different clientID but to the same topic. I used the createDurableException(topic, ID, null, true) method
The funny thing is that the JMS communication seems to be working anyway !!!!
I also opened the explorer after the exception and it shows the correct stuff....
java.lang.StackOverflowError
at java.lang.Exception.<init>(Exception.java:38)
at com.swiftmq.swiftlet.queue.QueueException.<init>(QueueException.java:18)
at com.swiftmq.router.swiftlets.queue.MessageQueue.registerMessageProcessor(MessageQueue.java:747)
at com.swiftmq.swiftlet.queue.QueuePullTransaction.registerMessageProcessor(QueuePullTransaction.java:109)
at com.swiftmq.router.swiftlets.jms.JMSConsumer.processException(JMSConsumer.java:227)
at com.swiftmq.router.swiftlets.queue.MessageQueue.registerMessageProcessor(MessageQueue.java:747)
at com.swiftmq.swiftlet.queue.QueuePullTransaction.registerMessageProcessor(QueuePullTransaction.java:109)
at com.swiftmq.router.swiftlets.jms.JMSConsumer.processException(JMSConsumer.java:227)
at com.swiftmq.router.swiftlets.queue.MessageQueue.registerMessageProcessor(MessageQueue.java:747)
....
This exception is very long since is a StockOverflow...
Regards
------------------------------------------------------ SwiftMQ developers mailing list * http://www.swiftmq.com To unsubscribe from this list, send an eMail to [EMAIL PROTECTED] and write in the body of your message: UNSUBSCRIBE developersArchive: http://www.mail-archive.com/developers@mail.iit.de/