question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUESTION] How to configure RabbitMQ Messaging for PCF/Tanzu

See original GitHub issue

Question

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:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
bdeman1commented, Feb 24, 2021

Hello, as of date, is there a solution to this issue? We still encounter the same problem.

1reaction
TimHesscommented, Feb 25, 2021

#609 has been opened to support this feature

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found