Stefan
> I would be pleased if someone could give me some best practices to apply for
> the deployment in a production environment.
>   
If you want to keep the config in a simple synapse.xml, but still want 
to update it in production without downtime, what some of our users have 
done is setup a cluster of nodes with this same configuration, and then 
bring each node into "maintenance mode" (or graceful shutdown) via JMX, 
and update its configuration and restart. When you do this over each 
machine, you can guarantee zero downtime, and consistent upgrade of the 
configuration and for in-flight messages

asankha

_______________________________________________
Esb-java-user mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to