spring-attic / spring-cloud-stream-binder-jms

Other
34 stars 56 forks source link

Spring Cloud Bus and This project #2

Open marcellodesales opened 8 years ago

marcellodesales commented 8 years ago

HI @mbogoevici

According to https://github.com/spring-cloud/spring-cloud-bus/issues/45, you mentioned the following:

@marcellodesales Generally Spring Cloud Bus supports a messaging system to the extent that a Spring Cloud Stream binder exists for it. The Spring Cloud Stream Binder for JMS is in incubation here: https://github.com/spring-cloud/spring-cloud-stream-binder-jms.

According to http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-jms, We could use JMS by default for the clients. However, Since https://spencer.gibb.us/blog/2015/09/24/spring-cloud-config-push-notifications/ describes the dependency for Spring Cloud Bus:

I'm looking for the implementation of the dependency for JMS...

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-bus-jms</artifactId>
</dependency>
htnghia commented 7 years ago

I also have a requirement that make Spring Cloud Bus work with ActiveMQ. It would be great if the binde-jms-activemq can work with Spring Cloud Bus.

marcellodesales commented 7 years ago

@sabbyanandan when is next iteration?

sabbyanandan commented 7 years ago

Hi, @marcellodesales: We are aiming for 1.0.0.M1 release of jms-binder immediately after Spring Cloud Stream's Chelsea.RELEASE. You can track 1.0.0.M1 release progress by this marker.

marcellodesales commented 7 years ago

@sabbyanandan is there any how-to documentation showing the steps to try out the current implementation? I can help QA'ing it...