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/12/11 22:05:13 UTC

[GitHub] [cxf] reta opened a new pull request, #1040: Fix org.apache.cxf.transport.jms.RequestResponseTest test cases which fail with 'Can't receive the Conduit Message in 10 seconds'

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

   Fix `org.apache.cxf.transport.jms.RequestResponseTest` test cases which fail with `Can't receive the Conduit Message in 10 seconds`


-- 
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 #1040: Fix org.apache.cxf.transport.jms.RequestResponseTest test cases which fail with 'Can't receive the Conduit Message in 10 seconds'

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


##########
rt/transports/jms/src/test/java/org/apache/cxf/transport/jms/AbstractJMSTester.java:
##########
@@ -94,7 +94,7 @@ public static void startServices() throws Exception {
         addressSettings.setAutoCreateQueues(true);
         addressSettings.setAutoDeleteQueues(false);
         addressSettings.setAutoDeleteAddresses(false);
-        config.setAddressesSettings(Collections.singletonMap("#", new AddressSettings()));
+        config.setAddressSettings(Collections.singletonMap("#", new AddressSettings()));

Review Comment:
   Not related (replaced deprecated API usage)



-- 
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 #1040: Fix org.apache.cxf.transport.jms.RequestResponseTest test cases which fail with 'Can't receive the Conduit Message in 10 seconds'

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


-- 
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