First of all most of the hyperlinks on section *Default Wire Format* on
http://activemq.apache.org/code-overview.html are not working. 404 returned.
So what I'm trying to achieve here is to divide the payload of the JMS
Message into a certain structure. Which could be:
[JMS Message Header():JMS Message Payload_1(Component1 Specific
Payload_2{....}Component2 Specific Payload_3{....})]
Requirements are:
1. Using JMS Specific information the message would commute through the
cluster of brokers.
2. Once it reaches its destination Component1 will pick up our own Payload_1
and after reading it will pass on the remaining Component2 specific
Payload_3 as it is to Component2.
3. Payload_2 could be a JSON string.
4. Payload_3 could be a serialized object.
5. There's a possibility that Component1 would only want to read specific
keys fromt he JSON string and not to parse the whole payload.
6. And Component2 would just pick up the whole serialized object and will
deserialize it.
I hope I have passed what I intend to do and would like to explain once I
get some guidance here. Any help here is appreciated!
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Seeking-information-on-combination-of-JMS-Message-Types-tp4671668.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.