Zheng Feng

Results 193 comments of Zheng Feng

Hi @linghengqian, I'm working on [Quarkus MyBatis Extension](https://github.com/quarkiverse/quarkus-mybatis) and it supports the native mode by using Graal VM but not all of the mybatis capabities have been test currently. If...

@turing85 Do you have any re-producer with `camel-quarkus-jms`?

@turing85 no problem. I tried with the orignal reproducer of this issue above. And it only failed with `camel-quarkus-activemq` but not `camel-quarkus-jms`.

Thanks @turing85 - now I can reproduce the issue by using `quarkus-artemis` and `quarkus-pooled-jms`. And if I removes `quarkus-pooled-jms`, it works again. I will take a look.

Hmm, it is intersting that both of them `camel-quarkus-activemq` and `quarkus-pooled-jms` depend on `org.apache.commons:commons-pool2` which seems that the poolConfig has JmxEnable property.

OK, then add a subsition to disable the JMX [register](https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1202) and [unresiger](https://github.com/apache/commons-pool/blob/master/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java#L1250) in commons-pool2 could fix the issue.

@lorenzobenvenuti can you review https://github.com/apache/camel-quarkus/pull/4287 ? I tried with your original re-producer and it works locally with this fix.

I have a same issue - https://github.com/quarkiverse/quarkus-shardingsphere-jdbc/issues/84

@terrymanu @linghengqian should we start a thread on mailing list to discuss this topic? I think it is a formal way and maybe we need a voting?

@linghengqian yeah, I will open a thread on the mailing list for this topic soon. And for sure, the voting is definitely helpful. @terrymanu WDYT?