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

use qpid-jms to send messages to AMQ 7 broker, instead of openwire client #34

Open
jirkadanek opened this issue Aug 20, 2019 · 4 comments

Comments

@jirkadanek
Copy link
Contributor

The qpid-jms client is the preferred client for use with AMQ 7 Broker in Java, because AMQP protocol clients should be preferred. Currently, OpenWire client is used.

https://access.redhat.com/documentation/en-us/red_hat_amq/7.4/html/amq_clients_overview/important_notes#preferred_clients

@jirkadanek
Copy link
Contributor Author

There is the AMQ Spring Boot Starter; I am not sure if it works with Camel, though. https://access.redhat.com/documentation/en-us/red_hat_amq/7.4/html/using_the_amq_spring_boot_starter/index

@osmman
Copy link

osmman commented Aug 21, 2019

There exists camel-amqp component [1] which uses qpid-jms client and should be used for communication with AMQ 7 Broker. You can use came-amqp-starter for SB.

I don't recommend to use AMQ Spring Boot Starter [2] because it is for AMQ 6.

[1] https://camel.apache.org/components/latest/amqp-component.html
[2] https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-starters/spring-boot-starter-activemq/pom.xml#L27

@redhatHameed
Copy link
Collaborator

@jdanekrh Fixed in PR #37, could you please have a look

@osmman
Copy link

osmman commented Aug 30, 2019

LGTM, thanks.

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

3 participants