Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RabbitMQ Topic Exchange Type #12

Open
francoisfilion opened this issue Oct 10, 2019 · 2 comments
Open

Add RabbitMQ Topic Exchange Type #12

francoisfilion opened this issue Oct 10, 2019 · 2 comments

Comments

@francoisfilion
Copy link

Right now, in the Exchange type property, it's only possible to choose the direct and fanout Exchange Type.

Is it possible to add the Topic Exchange Type in the list?

@brysageek
Copy link

When you say the Topic Exchange type in the list is that the list of configurable properties--sorry I want to assume on the but unsure

@ghost
Copy link

ghost commented Dec 14, 2020

Looks like it is working fine when adding topic to RabbitMQExchange.java and add the Property to RabbitMQInboundTransportDefiniation.java:

exchangeTypeAllowedValues.add(new LabeledValue(RabbitMQExchangeType.topic.toString(), RabbitMQExchangeType.topic.toString()));

@eironside maybe you can verify and add it?

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

No branches or pull requests

2 participants