RE: Configure services for JMS listener

2003-11-03 Thread ext-thierry . templier
Hi Ray, I have problem to use JMSSender. The SOAP message seems to be correctly sended: I have no error, but the SimpleJMSListener / SimpleJMSWorker don't receive it... I put traces in these classes ( onMessage is never called ). As a matter of fact, I think the message isn't sent because I

RE: Configure services for JMS listener

2003-10-30 Thread Ray Chun
: Configure services for JMS listener Hi Ray, Thanks for your response. My problem wasn't to configure services with wsdd, but how the jms listner knows the server-config.wsdd to use. My question was not clear enough, I think... I think I have found a response in forum: -Daxis.ServerConfigFile=path

RE: Configure services for JMS listener

2003-10-29 Thread ext-thierry . templier
Hi Ray, Thanks for your response. My problem wasn't to configure services with wsdd, but how the jms listner knows the server-config.wsdd to use. My question was not clear enough, I think... I think I have found a response in forum:

RE: Configure services for JMS listener

2003-10-28 Thread Ray Chun
Hi Thierry, The JMS sample includes a server-config.wsdd file which you can modify to invoke other services. There's nothing JMS-specific in our service invocation code (see SimpleJMSListener/Worker), so you should be able to follow the instructions found in the 'Custom Deployment - Introducing