Skip to content

Commit

Permalink
Fix context ordered-list.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed May 25, 2015
1 parent 4f234ac commit 20be86c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messaging/src/immutant/messaging.clj
Expand Up @@ -40,9 +40,9 @@
than rely on the messaging functions to lazily create them as
needed:
1) for communicating with a remote HornetQ instance
2) for sharing a context among a batch of messaging operations
3) for decoupling the client-id from the subscription name for
1. for communicating with a remote HornetQ instance
2. for sharing a context among a batch of messaging operations
3. for decoupling the client-id from the subscription name for
durable topic subscriptions (see [[subscribe]])
You are responsible for closing any contexts created via this
Expand Down

0 comments on commit 20be86c

Please sign in to comment.