Example of Redhat AMQ using spring service to connect to Node.js clients
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
Hi, Binoy. This is a work in progress, and the example will ultimately live somewhere else, but here's something that may help.
Spring Boot code for backend worker: https://github.com/ssorj/upstate/tree/master/worker-spring https://github.com/ssorj/upstate/blob/master/worker-spring/pom.xml https://github.com/ssorj/upstate/blob/master/worker-spring/src/main/java/org/amqphub/upstate/spring/SpringWorker.java
Node.js code for web frontend: https://github.com/ssorj/upstate/tree/master/web-nodejs https://github.com/ssorj/upstate/blob/master/web-nodejs/package.json https://github.com/ssorj/upstate/blob/master/web-nodejs/server.js
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
