You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/11/14 23:18:26 UTC

[GitHub] [cxf] reta opened a new pull request, #1027: CXF-8795: Fix org.apache.cxf.transport.jms.util.MessageListenerTest.testWithJTA

reta opened a new pull request, #1027:
URL: https://github.com/apache/cxf/pull/1027

   The `org.apache.cxf.transport.jms.util.MessageListenerTest.testWithJTA` fails intermittently [1] with:
   
   ```
   jakarta.jms.InvalidDestinationException: AMQ229017: Queue test does not exist
   	at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:554)
   	at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:446)
   ``` 
   
   [1] https://ci-builds.apache.org/job/CXF/job/pipeline/job/main/141/testReport/junit/org.apache.cxf.transport.jms.util/MessageListenerTest/Build___Matrix___JAVA_VERSION____jdk_17_latest____JDK_specific_build___Build___Test___testWithJTA/


-- 
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: dev-unsubscribe@cxf.apache.org

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


[GitHub] [cxf] reta merged pull request #1027: CXF-8795: Fix org.apache.cxf.transport.jms.util.MessageListenerTest.testWithJTA

Posted by GitBox <gi...@apache.org>.
reta merged PR #1027:
URL: https://github.com/apache/cxf/pull/1027


-- 
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: dev-unsubscribe@cxf.apache.org

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


[GitHub] [cxf] reta commented on a diff in pull request #1027: CXF-8795: Fix org.apache.cxf.transport.jms.util.MessageListenerTest.testWithJTA

Posted by GitBox <gi...@apache.org>.
reta commented on code in PR #1027:
URL: https://github.com/apache/cxf/pull/1027#discussion_r1022159625


##########
rt/transports/jms/src/test/java/org/apache/cxf/transport/jms/util/MessageListenerTest.java:
##########
@@ -291,9 +291,9 @@ private static Configuration getConfiguration() {
             return new ConfigurationImpl()
                     .setSecurityEnabled(false)
                     .setPersistenceEnabled(false)
-                    .setAddressQueueScanPeriod(1)
+                    .setAddressQueueScanPeriod(0)

Review Comment:
   Turning off the reaper thread



-- 
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: dev-unsubscribe@cxf.apache.org

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