On 02/23/2018 05:43 AM, almin wrote:
Can ActiveMQ support NMS and JMS at the same time as part of a single
interface.

There are two applications (both support ActiveMQ), both using different
connectors *App1 uses JMS* (written in Java) and *App2 uses NMS* written in
.NET.

I am trying to have a message from App1 using ActiveMQ to App2 AND then to
SAP HANA however SAP Hana  Smart data streaming supports JMS XML adapter not
NMS; *trying to figure out if there exists a converter from NMS to JMS that
then can be used to send JMS XML message to SAP.*



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

NMS and JMS clients and both communicate with the broker without issue, what you send dictates the level of interoperability between the applications using those clients.  There is no such thing as a "JMS XML message" however you can send XML via a JMS TextMessage and an NMS client would receive the XML in the body of an ITextMessage instance.

--
Tim Bish
twitter: @tabish121
blog: http://timbish.blogspot.com/

Reply via email to