As far as I know, Camel doesn't have any explicit clustering support. So if you deployed Camel to a WebLogic cluster, you'd get N individual copies of Camel each running, and each effectively unaware of the others. That would mean things like you'd probably want to use JMS queues instead of topics if you don't want multiple Camel instances to process a message...
Thanks, Aaron On Thu, Sep 25, 2008 at 10:29 AM, dhaas <[EMAIL PROTECTED]> wrote: > > Has anyone used Camel running in a Weblogic instance, using Weblogic for JMS, > without ActiveMQ? Is this possible? Any ideas how Camel will act in a > Weblogic cluster? > -- > View this message in context: > http://www.nabble.com/Camel-and-Weblogic-tp19670724s22882p19670724.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > >