Hi SM Comunity, Always thinking that SM is great.
I'm writing an business API wraping a SM connectivity and I have two type of problem: 1) If I start a SM agent (jms flow configured) and myRemote application which initiliaze a RemoteServiceMiyClient object every things goes well. Now if I kill my remote application, restart it when I send a message, it is never recieved by SM Agent. Any ideas where to dig? 2)Can not stop a RemoteSMClient object. If I try to stop correctly my RemoteSMClient object with the method stop some ActiveMQ thread stay listening and my process never stop. Now I stop my SM Agent, which break maybe a socket connection on the remote side, my remote application stop. Does I have to configure something on ActiveMQ side? Thanks, Phil I'm working with last week svn synchronisation. jbi = new RemoteServiceMixClient(); ((RemoteServiceMixClient)jbi).init(); jbi.start(); -- View this message in context: http://www.nabble.com/RemoteServiceMixClient---jms-t1643809.html#a4452233 Sent from the ServiceMix - User forum at Nabble.com.
