Skip to content

Commit

Permalink
Merge pull request hornetq#1977 from rosiecki/patch-1
Browse files Browse the repository at this point in the history
Update using-core.xml
  • Loading branch information
clebertsuconic committed Jan 6, 2015
2 parents 452d2da + 2d958a7 commit 837bbb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user-manual/en/using-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ message.getBodyBuffer().writeString("Hello");

// We need a queue attached to the address ...

session.createQueue("example", "example", true);
boolean durable = true;
session.createQueue("example", "example", durable);

// And a consumer attached to the queue ...

Expand Down

0 comments on commit 837bbb1

Please sign in to comment.