Example of Redhat AMQ using spring service to connect to Node.js clients

Latest response

I am currently researching Redhat AMQ to use for async communications between our services written in Java (Spring) and Node.js. I saw an example of USING THE AMQ JMS CLIEN, however the example is very basic with a sync hello world and a send /receive. Is there any examples of using spring (like for Apache AMQ) that I can leverage

Responses