Details
Description
Add support to allow the NMS client libraries to accept Message objects from other NMS providers and transform them to their native format before sending them.
This allows things like a Stomp NMS client to receive a message and send it onto an EMS broker via NMS.EMS or an MSMQ queue via NMS.MSMQ without writing any code to transform the Message.
This is made possible by the fact that all NMS Messages share a common API.