You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by almin <al...@almin.co.uk> on 2018/02/23 10:43:29 UTC

Using NMS and JMS at the same time

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

Re: Using NMS and JMS at the same time

Posted by Timothy Bish <ta...@gmail.com>.
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/