Re: Simple Example of Using Redis Subscriber Doesn't work

2013-05-13 Thread Claus Ibsen
Hi Thanks for letting us know. I can see there is a 1.0.4 release of spring-data-redis. I wonder if that release works out of the box? On Mon, May 13, 2013 at 10:11 PM, soumya_sd wrote: > I've posted a solution on the stackoverflow thread in case someone needs it > in the future. > > > > -- > V

Re: Simple Example of Using Redis Subscriber Doesn't work

2013-05-13 Thread soumya_sd
I've posted a solution on the stackoverflow thread in case someone needs it in the future. -- View this message in context: http://camel.465427.n5.nabble.com/Simple-Example-of-Using-Redis-Subscriber-Doesn-t-work-tp5732138p5732445.html Sent from the Camel - Users mailing list archive at Nabble.

Simple Example of Using Redis Subscriber Doesn't work

2013-05-07 Thread soumya_sd
I've posted a question on Stackoverflow regarding how to subscribe to a Redis channel. http://stackoverflow.com/questions/16428371/camel-redis-component-subscribe-to-a-channel-not-working I couldn't find any example. I would appreciate if someone could take a look and suggest some options. Tha