Skip to content

Commit

Permalink
fix(kamelet): Replace QPID client with camel-amqp component in jms-am…
Browse files Browse the repository at this point in the history
…qp kamelets

* The client qpid does not works in native mode (stacktrace log `Caused by: java.lang.ClassNotFoundException: org.apache.qpid.jms.JmsConnectionFactory`)
* the camel-amqp component is designed for this case : supporting the AMQP 1.0 protocol through the JMS QPID Client.
  • Loading branch information
gansheer committed Mar 16, 2023
1 parent 8b56546 commit 4f08a8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kamelets/jms-amqp-10-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ spec:
example: "amqp://my-host:31616"
dependencies:
- "camel:jms"
- "camel:amqp"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
template:
beans:
- name: connectionFactoryBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/jms-amqp-10-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ spec:
example: "amqp://my-host:31616"
dependencies:
- "camel:jms"
- "camel:amqp"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
template:
beans:
- name: connectionFactoryBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ spec:
example: "amqp://my-host:31616"
dependencies:
- "camel:jms"
- "camel:amqp"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
template:
beans:
- name: connectionFactoryBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ spec:
example: "amqp://my-host:31616"
dependencies:
- "camel:jms"
- "camel:amqp"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
template:
beans:
- name: connectionFactoryBean
Expand Down

0 comments on commit 4f08a8a

Please sign in to comment.