james strachan created AMQ-4688:
-----------------------------------
Summary: have a 'camel mode' in the JMS client so that inbound JMS
messages also implement the Camel Message API so that we can avoid copying from
JMS -> Camel
Key: AMQ-4688
URL: https://issues.apache.org/jira/browse/AMQ-4688
Project: ActiveMQ
Issue Type: Improvement
Reporter: james strachan
when using Camel as a message router for messages from ActiveMQ, it'd be
awesome if the inbound message could be created that is both a JMS message and
an instanceof camel's Message interface; so that it can be put inside Camel's
Exchange object without needing to eagerly copy the payload and properties
across. Then ActiveMQ message objects would pass straight through into Camel
routes.
We could maybe use the same trick so that messages created via an activemq
endpoint were already ActiveMQ ObjectMessage messages; to minimise copying when
sending too?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira