AW: AW: AW: How to set JMS transport destination service

2003-02-13 Thread Oliver Adler
prüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Do 13.02.2003 14.38 Uhr An: [EMAIL PROTECTED] Cc: Betreff: AW: AW: AW: How to set JMS transport destination service Hi Oliver, I'm using docume

AW: AW: AW: How to set JMS transport destination service

2003-02-13 Thread michal.strelec
context.getPropert (JMSConstants.DELIVERY_MODE)); if(context.containsProperty(JMSConstants.TIME_TO_LIVE)) props.put (JMSConstants.TIME_TO_LIVE,context.getProperty (JMSConstants.TIME_TO_LIVE)); return props; Cheers, Michal ------ Subject: AW: AW: AW: How to set JMS transport destination service From: &q

AW: AW: AW: How to set JMS transport destination service

2003-02-13 Thread Oliver Adler
Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Do 13.02.2003 12.34 Uhr An: [EMAIL PROTECTED] Cc: Betreff: Re: AW: AW: How to set JMS transport destination service Hi

Re: AW: AW: How to set JMS transport destination service

2003-02-13 Thread michal.strelec
L PROTECTED]> > CC: > Datum: Thu, 13 Feb 2003 08:38:50 +0100 > Předmět: AW: AW: How to set JMS transport destination service > > Hi Michal, > > the client side and and jms part is correct (we do it the same way). On the server side we have a AxisServer > Instance whic

AW: AW: How to set JMS transport destination service

2003-02-12 Thread Oliver Adler
Hi Michal, the client side and and jms part is correct (we do it the same way). On the server side we have a AxisServer Instance which we invoke: ... FileProvider provider = new FileProvider(serverConfigFile); engine = new AxisServer(provider); ... //value is the string from jms MessageConte