mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-05 00:39:54 +00:00
This closes #1054
This commit is contained in:
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user