Allow JMS messages originated from another vendor to be sent through Qpid with the Message ID intact. -----------------------------------------------------------------------------------------------------
Key: QPID-3272 URL: https://issues.apache.org/jira/browse/QPID-3272 Project: Qpid Issue Type: Bug Components: Java Client Affects Versions: 0.10, 0.8, 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.11 A message bridge it forwards messages between two different messaging providers. However when attempting to send a message from another vendor through Qpid, the send method throws an exception if the message ID is not a UUID. javax.jms.JMSException: MessageId 'ID:dhcp209-12.gsslab.pnq.redhat.com-45266-1305237148981-3:0:3:1:1' is not of the correct format, it must be ID: followed by a UUID at org.apache.qpid.client.message.AMQMessageDelegate_0_10.setJMSMessageID(AMQMessageDelegate_0_10.java:165) at org.apache.qpid.client.message.AbstractJMSMessage.setJMSMessageID(AbstractJMSMessage.java:92) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org