Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Exchange to Exchange Binding #66

Open
SayreBladesWW opened this issue Sep 14, 2015 · 1 comment
Open

Exchange to Exchange Binding #66

SayreBladesWW opened this issue Sep 14, 2015 · 1 comment

Comments

@SayreBladesWW
Copy link

We have a requirement to create exchange/exchange bindings:
https://www.rabbitmq.com/e2e.html

It doesnt seem this is possible at the moment using this library. Could you please provide some direction?

@sstone
Copy link
Owner

sstone commented Sep 14, 2015

Hello,
It is not supported yet, but should be fairly easy to add. I'm travelling right now but should be able to implement this tomorrow or wednesday.
If you want to give it a try, just copy how QueueBind is implemented: add an ExchangeBind message in Amqp.scala (something like case class ExchangeBind(destination: String, source: String, routing_key: String, args: Map[String, AnyRef] = Map.empty) extends Request) and handle it in ChannelOwner.scala. And don't forget to add a test to ChannelOwnerSpec.scala :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants