[QUESTION] How to configure RabbitMQ Messaging for PCF/Tanzu
See original GitHub issueQuestion
Our team has implemented the RabbitMQ Messaging library. It works like a charm but configuration seems a bit off.
With the RabbitMQ connector package you can easily setup the service and pass in your configuration object which holds your VCAP_SERVICES
info. The service magically binds the configuration behind the scenes.
But I am unable to find a way for RabbitMQ Messaging to read from VCAP_SERVICES
. Is there a recommended way to grab RabbitMQ connection info from VCAP_SERVICES
for RabbitMQ Messaging?
Environment:
- .NET Core 3.1
- Steeltoe Version 3.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Configuration
To override the main RabbitMQ config file location, use the RABBITMQ_CONFIG_FILE environment variable. Use .config as file extension for the classic config ......
Read more >RabbitMQ tutorial - "Hello world!"
Although messages flow through RabbitMQ and your applications, they can only be stored inside a queue. A queue is only bound by the...
Read more >RabbitMQ tutorial - "Hello World!"
Setup. First let's verify that you have .NET Core toolchain in PATH: dotnet --help. should produce a help message. Now let's generate two...
Read more >RabbitMQ Tutorials
These tutorials cover the basics of creating messaging applications using RabbitMQ. You need to have the RabbitMQ server installed to go through the...
Read more >RabbitMQ tutorial - "Hello World!"
This tutorial uses AMQP 0-9-1, which is an open, general-purpose protocol for messaging. There are a number of clients for RabbitMQ in many...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, as of date, is there a solution to this issue? We still encounter the same problem.
#609 has been opened to support this feature