Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rburgst/spring-cloud-stream-rabbit-custom-cf
https://github.com/rburgst/spring-cloud-stream-rabbit-custom-cf
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rburgst/spring-cloud-stream-rabbit-custom-cf
- Owner: rburgst
- Created: 2020-06-15T19:16:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T19:19:58.000Z (over 4 years ago)
- Last Synced: 2024-11-08T17:53:07.027Z (about 2 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring cloud stream custom binder
This sample intends to connect to 2 different RMQ instances.
* `Rabbit1` requires a custom `com.rabbitmq.client.ConnectionFactory`
* `Rabbit2` can run with a normal `com.rabbitmq.client.ConnectionFactory`Currently the configured `com.example.demo.CustomRCF` is ignored and instead
2 default `org.springframework.amqp.rabbit.connection.CachingConnectionFactory` with
the settings from `application.yaml` are created.To test place a breakpoint into `com.example.demo.CustomRCF.createConnection` and
see if it is being hit.
Currently, the answer is no.