On Tue, Aug 10, 2010 at 1:55 AM, Hossein <[email protected]> wrote: > > Hello, > > Is there any camel example to show how to setup standalone publisher and > standalone subscriber? How should subscribers be added to topic? How should > the security be integrated into this; for my topic, how do I control only > valid subscribers being able to read from topic? >
If you are using a JMS broker for this then look at how security works with it. http://activemq.apache.org/security.html In terms of Camel you can read a bit about the security offerings it has http://camel.apache.org/security > Thanks > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Pub-Sub-and-security-tp2352709p2352709.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
