Replies: 2 comments 1 reply
-
RabbitMQ does not generate or modify the This belongs to a Spring AMQP forum, and please provide an executable example instead of a single short sweet line ("RPC CorrelationId with fixed reply queue. TopicExchange"). |
Beta Was this translation helpful? Give feedback.
0 replies
-
The source is provided . github link included |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.0.3
Erlang version used
26.2.x
Operating system (distribution) used
Windows
How is RabbitMQ deployed?
Community Docker image
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ cluster
docker-compose up -d
Steps to reproduce the behavior in question
https://github.com/kswat/rabbit-topic-rpc/tree/master
Clone
Build mvn clean package
Spin docker :
docker-compose up -d
Run using profiles
-Dspring.profiles.active=client
and
-Dspring.profiles.active=server
Clean up:
stop applications
docker-compose down
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code
Kubernetes deployment file
What problem are you trying to solve?
Spring Boot - RPC CorrelationId with fixed reply queue. TopicExchange
Beta Was this translation helpful? Give feedback.
All reactions