ARTEMIS-1003: Fix code example in User Guide for Large Messages
This commit is contained in:
parent
fc1d05dae1
commit
03ba53017f
|
@ -196,7 +196,7 @@ msg.saveOutputStream(someOutputStream);
|
|||
ClientMessage msg2 = consumer.receive(...);
|
||||
|
||||
// This will not wait the transfer to finish
|
||||
msg.setOutputStream(someOtherOutputStream);
|
||||
msg2.setOutputStream(someOtherOutputStream);
|
||||
```
|
||||
|
||||
Set the input stream when sending a core message:
|
||||
|
|
Loading…
Reference in New Issue