Posted By:
Anonymous
Posted On:
Tuesday, March 19, 2002 01:47 AM
I am trying to implement a customized ServerSessionPool and it works fine in sonicmq. However, in SwiftMQ 3.0.1, everytime I call the createConnectionConsumer(), I will get an exception liked this: javax.jms.JMSException: com.swiftmq.tools.requestreply.TransportException: No requestService for request defined: [CreateConsumerRequest [Request, dispatchId=7 requestNumber=0 timeout=-1 replyRequired=true reply=null] queue=mytest@myrouter messageSelector=null] at com.swiftmq.jms.ExceptionConverter.convert(ExceptionConverter.java:30 ) at com.swiftmq.jms.QueueConnectionConsumerImpl.createConsumer(QueueConnectionConsumerImpl.java:39) at com.swiftmq.jms.QueueConnectionImpl.createConnectionConsumer
More>>
I am trying to implement a customized ServerSessionPool and it works fine in sonicmq. However, in SwiftMQ 3.0.1, everytime I call the createConnectionConsumer(), I will get an exception liked this:
javax.jms.JMSException: com.swiftmq.tools.requestreply.TransportException: No requestService for request defined: [CreateConsumerRequest [Request, dispatchId=7
requestNumber=0 timeout=-1 replyRequired=true reply=null] queue=mytest@myrouter
messageSelector=null]
at com.swiftmq.jms.ExceptionConverter.convert(ExceptionConverter.java:30
)
at com.swiftmq.jms.QueueConnectionConsumerImpl.createConsumer(QueueConnectionConsumerImpl.java:39)
at com.swiftmq.jms.QueueConnectionImpl.createConnectionConsumer(QueueCon
nectionImpl.java:82)
at asftest.ASFTest.main(ASFTest.java:412)
I would appreciate if someone can explain to me about the TransportException.
<<Less