Tibco JMS error
843830Sep 15 2005 — edited Sep 21 2005I have a JMS application which can work perfectly with ActiveMQ, SonicMQ and FioranoMQ.
But when I try the TibcoMQ (using com.tibco.tibjms.TibjmsTopicConnectionFactory to connect), the following error message appears when sending messages:
java.lang.InternalError: Can not pack negative long value
at com.tibco.tibjms.TibjmsxStream.writeVarLong(TibjmsxStream.java:1017)
at com.tibco.tibjms.TibjmsMessage.writeHeaders(TibjmsMessage.java:945)
at com.tibco.tibjms.TibjmsMessage.write(TibjmsMessage.java:1184)
at com.tibco.tibjms.TibjmsSession._publish(TibjmsSession.java:1077)
at com.tibco.tibjms.TibjmsMessageProducer._publish(TibjmsMessageProducer.java:255)
at com.tibco.tibjms.TibjmsTopicPublisher.publish
(TibjmsTopicPublisher.java:68)
Please help to solve. Thank you.