Hi
Seems that camel-xmpp doesn't implement pubsub Smack features (XEP-0060
Publish-Subscribe). There is a jivesoftware library that supports pubsub,
and both ejabberd and openfire servers support pubsub.
Anybody have any ideas about at Camel component for this ?
eg. create a new one or extend t
Hi
Excellent.
I think it would make it easier for others to help out if we get one
social integration done and we have documentation and examples how to
use it.
You mention twitter is already in there. So it would be nice to have,
lets say, an Camel example application that uses twitter.
Then peo
Hi
I am using Camel 2.0. I am trying to do a simple aggregation of messages
dropped in one Queue to another Queue.
For Example: Q1 = 1,2,3,4...10 messages, I want it to be 1 message in Q2
which is concatenation of (1,2,3, 4...10).
I do not have any specific Correlation Expression, hence just