jamesnetherton commented on a change in pull request #2609:
URL: https://github.com/apache/camel-quarkus/pull/2609#discussion_r634514280



##########
File path: 
integration-tests/messaging/src/main/java/org/apache/camel/quarkus/component/messaging/it/JmsRoutes.java
##########
@@ -27,11 +27,10 @@
 
     @Override
     public void configure() throws Exception {
-        // jmsMessageType text / binary routes
-        from("jms:queue:typeTest?jmsMessageType=Text")
-                .toD("jms:queue:typeTestResult?jmsMessageType=${header.type}");
+        from("jms:queue:typeTest?concurrentConsumers=5")
+                .toD("jms:queue:typeTestResult");

Review comment:
       Ah, thanks. Thought I caught those. I'll fix.
   
   Probably in a separate commit as I'd like to get this merged.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to