Matthew Fontana
Matthew Fontana

Reputation: 3870

How to build Spring Cloud Stream JMS ActiveMQ

I recently discovered that Spring has an alpha version of a spring cloud stream provider that leverages jms (ActiveMQ virtual destinations under the hood). This is absolutely fascinating and I want to test it out. I am having difficulty finding a snapshot of the dependencies I can use or being able to pull and build the correct github projects so I have the dependencies in my local repository. I would appreciate any assistance on this.

http://activemq.apache.org/amqp.html

https://github.com/spring-cloud/spring-cloud-stream-binder-jms

https://github.com/spring-cloud/spring-cloud-stream-binder-jms/tree/master/spring-cloud-stream-binder-jms-activemq

Upvotes: 3

Views: 7397

Answers (1)

Marius Bogoevici
Marius Bogoevici

Reputation: 2410

We are in the process of restructuring the repositories for the JMS binder and we don't have the CI processes that build the necessary artifacts yet (should be there in by early next week).

For now, you can try building and installing https://github.com/spring-cloud/spring-cloud-stream-binder-jms (which also contains the ActiveMQ support). We'll decide later if we need a separate repository for ActiveMQ.

Upvotes: 3

Related Questions