-
Notifications
You must be signed in to change notification settings - Fork 629
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
rabbitmq-amqp-java-client amqp 1.0 support #2919
Comments
Hello, I have the same question. There is a official support of amqp 1.0 in spring boot 3?. Any plans of support in this library? |
According to some resources in the Internet we can use JMS auto-configuration in Spring Boot to talk to AMQP 1.0 protocol: https://github.com/amqphub/amqp-10-jms-spring-boot/tree/main/amqp-10-jms-spring-boot-examples. We don't deny this issue since it would bring a Spring-friendly API over the mentioned |
Hi @artembilan, as mention above, I am willing to handle this issue. Do you know if this issue already started? |
Yes, my plan is to start looking into this from next Monday.
I'm opened for any suggestions Thank you! |
OK. I have started working on this.
Wanted to push and share already, but stuck with so much code to do. |
I'm keeping an eye on this effort. It looks like Quarkus already supports AMQP 1.0. I was hoping this client could be used to access other AMQP 1.0-enabled products, such as Azure Service Bus. Is that out of scope? |
That’s correct, @making . We always recommended to use JMS API to communicate with AMQP 1.0 brokers . |
See more info here: #2217 |
So, I have just pushed
See more info in the linked sub-issues. |
Discussed in #2918
Originally posted by bilak December 4, 2024
Hey,
is there a plan to support rabbitmq amqp 1.0 library?
The text was updated successfully, but these errors were encountered: