Martin Nilsson
Martin Nilsson

Reputation: 399

Appharbor share a RabbitMQ instance

Is it possible to share a RabbitMQ instance from several applications in Appharbor? That's one of the benefits with messaging. To do that I need to know the url to the RabbitMQ server and it can be read from an Appharbor configuration variable. But that's within an application.

How can I get the url from another app? I don't want to hardcode it because of this text on the configuration page:

"Accessing the configuration variables below should be done programatically, as the values may be updated by the add-on provider without notice."

Upvotes: 0

Views: 149

Answers (1)

friism
friism

Reputation: 19279

Sharing configuration between say a background worker and a web worker works seamlessly because the workers use the same configuration.

We're trying to figure out good ways to share add-ons between multiple apps.

Upvotes: 1

Related Questions