JiriOndrusek opened a new issue, #6028: URL: https://github.com/apache/camel-quarkus/issues/6028
### Bug description Current implementation of jt400 test coverage with a real server clears data not optimally, because of `CPF2451 Message queue REPLYMSGQ is allocated to another job`. The reason of the error is the timeout of connection pool used by jt400 component (which is by default 30 seconds). It should be possible to set timeout to 0 and refactor clearing of the resource to happen after the execution of the tests (not before). This should make fix proposed by https://github.com/apache/camel-quarkus/issues/6018 better. -- 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]
