Hi Jens,

See my comments inline,
What does experimental imply? Can I get it working? Is there any documentation online? Does anybody work on it? Maybe it is very helpful to have it on the wso2 esb. Is there any control mechanism to say the esb as rm source that the service as rm destination is online and the esb should get all pending messages of the service? That would be a great feature in my eyes... The esb than can handle the messages and wait for another rm source, a service client, which asks for the pending messages on the esb... Maybe you can show me a coding example how to get all messages from the server on client side?
I believe Amila is having a look at this. May be he can comment on the latest status. What you have to do is checking out the source I pointed to above and building it with Maven2. You will get a new Sandesha2 mar with which u should replace the old Sandesha2 mar file (the module file). Then you need to add a property to the axis2.xml file.

<parameter name="Sandesha2StorageManager" locked="false">persistent</parameter>

I don't know much about the internals of the WSO2 ESB though, probably a person from the ESB team can comment on the exact mechanism to replace the mar file and to add the property.
WSO2 ESB gets this functionality from underlying axis2, so in effect this should be the same in ESB. You just need to add this parameter to the axis2.xml find at $ESB_HOMEwebapp/WEB-INF/classes/conf/axis2.xml (same as what you do this for axis2).

Thanks,
Ruwan


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

Reply via email to