Questions tagged [spring-cloud-bus]
66 questions
0
votes
1 answer
Why spring-cloud-config sample test needs to spin a config-server?
I want to write unit/integration tests for my config server so I checked this link. There's a class annotated with @SpringBootTest and also a function startConfigServer() inside annotated with @BeforeClass. Why exactly is this function needed…

ssmallya
- 133
- 3
- 11
0
votes
1 answer
Java 8 SSL handshake failure from amqp client to rabbitmq server
Please read the context from previous post. That issue is resolved.
Re-creating the queue and re-connecting to rabbitMQ
Now, I am trying to setup ssl enabled connection between rabbitmq server and rabbit client. I am using spring boot with spring…

turbocoder
- 33
- 1
- 8
0
votes
1 answer
Spring Cloud Bus, RenamingMQ in more readable way
My Cleint is having 2 instances and I am using below snippet to rename the queue and can see testExchange.testQueue is created
under which i can see 2 consumers i.e. my client instances but while /bus/refresh I can see only single instance is…

Vivek Baranwal
- 93
- 11
0
votes
1 answer
How to provide SSL configuration for spring-cloud-starter-bus-kafka 1.2.0.RELEASE
I am using Spring Boot 1.5.6.RELEASE, Spring Cloud Config 1.3.2.RELEASE, and Spring Cloud Starter Bus (Kafka) 1.2.0.RELEASE, and the Kafka version is 0.10.1.1. I am trying to configure it to use two ssl-enabled brokers, but I end up getting a…

Steve Storck
- 793
- 6
- 25
0
votes
1 answer
Spring Cloud Bus - Custom Event Received but not handled by Event Handler
I am using Spring Cloud Bus (1.2.1.RELEASE, Camden.SR2). I have a custom event (call it CustomEvent) that I have created and registered via @RemoteApplicationEventScan as well as a custom AbstractBusEndpoint implementation to publish the event. I am…

SteveO
- 399
- 2
- 12
0
votes
0 answers
spring-cloud-bus-kafka create applciationcontext twice
cloud version is Brixton.SR1....
i use sping-cloud-bus-kafka and sping-cloud-zookeeper-all (using zookeeper to discovery) ,every time ,there are two items in zookeeper,as :
zookeeper data :
zookeeper data image
my yml is:
my yml
when started, it…

bloodstars
- 1
- 1