We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: