zhfeng commented on issue #6142:
URL: https://github.com/apache/camel-quarkus/issues/6142#issuecomment-2312019547
Thanks a lot @davsclaus !
- Run in a plain camel with `camel run MyRouteBuilder.java`, the `camel get
service` returns
```
PID NAME COMPONENT DIR PROTOCOL SERVICE
TOTAL ID ENDPOINT
62506 MyRouteBuilder activemq in jms
failover://tcp://localhost:61616 0 route1 activemq://test.MyQueue
```
- Run in quarkus runtime with `camel run MyRouteBuilder.java
--runtime=quarkus --quarkus-version=3.13.0
--dep=io.quarkiverse.artemis:quarkus-artemis-jms:3.4.0`, it returns
```
PID NAME COMPONENT DIR PROTOCOL SERVICE
TOTAL ID ENDPOINT
62942 camel-1 activemq in jms failover://tcp://localhost:61616
0 route1 activemq://test.MyQueue
62942 camel-1 activemq out jms failover://tcp://localhost:61616
0 activemq://test.MyQueue
```
Hmm, why there is another one?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]