1
0
mirror of https://github.com/apache/activemq-artemis.git synced 2025-03-05 00:39:54 +00:00
This commit is contained in:
Justin Bertram 2017-02-28 15:20:38 -06:00
commit 87d6c3500f

@ -196,7 +196,7 @@ msg.saveOutputStream(someOutputStream);
ClientMessage msg2 = consumer.receive(...); ClientMessage msg2 = consumer.receive(...);
// This will not wait the transfer to finish // This will not wait the transfer to finish
msg.setOutputStream(someOtherOutputStream); msg2.setOutputStream(someOtherOutputStream);
``` ```
Set the input stream when sending a core message: Set the input stream when sending a core message: