Created
October 4, 2011 00:29
-
-
Save ddossot/1260622 to your computer and use it in GitHub Desktop.
Mule Redis PubSub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Publish the current message's payload | |
to the news.art.figurative channel --> | |
<redis:publish channel="news.art.figurative" /> | |
<!-- Subscribe to art channels, and some good sport too :) --> | |
<redis:subscribe> | |
<redis:channels> | |
<redis:channel>news.art.*</redis:channel> | |
<redis:channel>news.sport.hockey</redis:channel> | |
</redis:channels> | |
</redis:subscribe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment