ARTEMIS-1003: Fix code example in User Guide for Large Messages

This commit is contained in:
Sande Gilda 2017-02-27 13:15:47 -05:00 committed by Justin Bertram
parent fc1d05dae1
commit 03ba53017f
1 changed files with 1 additions and 1 deletions

View File

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