You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/06/17 10:50:21 UTC

[jira] [Commented] (CAMEL-6462) Question: Clustered environment for Camel with quartz and servlet

    [ https://issues.apache.org/jira/browse/CAMEL-6462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13685104#comment-13685104 ] 

Claus Ibsen commented on CAMEL-6462:
------------------------------------

Hi

Please use the forum or mailing list for this kind of questions.

See these pages for how to get help etc
http://camel.apache.org/support
http://camel.apache.org/discussion-forums.html
http://camel.apache.org/mailing-lists.html

                
> Question: Clustered environment for Camel with quartz and servlet
> -----------------------------------------------------------------
>
>                 Key: CAMEL-6462
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6462
>             Project: Camel
>          Issue Type: Wish
>            Reporter: Thomas 
>
> We need to run camel inside a clustered environment (JBoss 7.x or Wildfly EAP 6.x) with some major challenges:
> * there are many cron triggered routes using quartz, which should work load balanced (means: a route should work on one note this time and on the other node next time. A job inside a route should not be clustered)
> * some servlet endpoints, which need be be called load balanced
> * route manipulation through user interaction during runtime
> * 2 nodes for failover and work balancing
> My approach:
> Quartz can be clustered, this should be no problem, isnt' it?
> For distributed work on both nodes camel context should be active an both nodes with working routes. In this way servlet endpints should be active and accessible on both nodes, aren't they? 
> For modifying camel context through GUI (web) I would write a singleton bean which has access to HA-JNDI and iterate over all (in this case two) camel contexts. 
> Would this approach work? Do I miss some point? Exists other approaches betting fitting to this problem?
> Thank you for your help. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira