You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/24 16:42:51 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #3809: Configuration of ActiveMQ broker URL properties may require reflective access

jamesnetherton opened a new issue, #3809:
URL: https://github.com/apache/camel-quarkus/issues/3809

   Observation from a stackoverflow.com post:
   
   https://stackoverflow.com/questions/72366070/unable-to-pass-activemq-configuration-in-quarkus-native-build-with-camel-setup
   
   AFAIK we do not test with many (or any) properties set in the broker URL. We are probably missing registering various classes for reflection to make it work properly.
   


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] zhfeng commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

Posted by GitBox <gi...@apache.org>.
zhfeng commented on issue #3809:
URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1137093280

   Good catch! so @jamesnetherton you think we should apply these refections in that post into `camel-quarkus-activemq`?


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] zhfeng commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

Posted by GitBox <gi...@apache.org>.
zhfeng commented on issue #3809:
URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1170109067

   @jamesnetherton the full list of broker URL properties should be found on https://activemq.apache.org/tcp-transport-reference


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] zhfeng commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

Posted by GitBox <gi...@apache.org>.
zhfeng commented on issue #3809:
URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1170701647

   It looks like we need to add all implementor of `Transport` and `org.apache.activemq.command.ConsumerInfo`, maybe others.
   `activemq` uses `IntrospectionSupport.setProperties` to do the reflection, I'm invesigating it is used.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] zhfeng closed issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

Posted by GitBox <gi...@apache.org>.
zhfeng closed issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access
URL: https://github.com/apache/camel-quarkus/issues/3809


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #3809:
URL: https://github.com/apache/camel-quarkus/issues/3809#issuecomment-1137121387

   > Good catch! so @jamesnetherton you think we should apply these refections in that post into `camel-quarkus-activemq`?
   
   Maybe not all of them. `SSLSocketImpl` I assume would be registered if `quarkus.ssl.native=true`.
   
   There is probably extra stuff that needs registering too. I've not looked at the full list of possible broker URL properties.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org