JMS reply message not removed from queue

2010-02-08 Thread Colin Sharples [DATACOM]
I am using SOAP/JMS on Axis2 1.5.1, running in Glassfish v3 with ActiveMQ as the JMS transport. I have got my web services working with the JMS transport - the client seems to receive the reply message successfully. However, when I look in the ActiveMQ console, it seems that the reply message

Axis2 v1.4 - How to enable multithreading for JMS transport

2009-12-11 Thread Alfred Walther
Hi, we are struggling to enble JMS multithreading. Is there a configuration parameter in axis2.xml or a certain way to start the Axis2-Server to have more than 1 worker for JMS requests? Regards, Alfred Walther -- Informationen (einschließlich Pflichtangaben) zu einzelnen, innerhalb der EU

RE: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-30 Thread Vincent DiPrenda
Thanks for all the help so far on the SOAP/JMS work. I think I have all the big pieces hanging together. I've written a client, and the programs decision on the jms transport handler seems to be getting confused during runtime. Any ideas as to why the JMS transport is not being recog

Re: Future of JMS in Axis2?

2009-11-23 Thread Amila Suriarachchi
On Tue, Nov 24, 2009 at 12:24 AM, wrote: > > Could somebody please clarify future plans for JMS support in Axis2? Now JMS transport is in the new commons/transport project of which 1.0 will be released soon. thanks, Amila. > My > understanding is that Sandesha is the future d

Future of JMS in Axis2?

2009-11-23 Thread tom . damon
Could somebody please clarify future plans for JMS support in Axis2? My understanding is that Sandesha is the future direction for this function, but I'm unclear if this refers only to the Axis2 server, or both server and client. I'm particularly interested in using the Axis2 client s

Re: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Andreas Veithen
Vinnie, Nightly builds are available from [1]. However, I'm not sure if these are builds of the trunk (the current development version) or the branch (the code that will become version 1.0). A guess it's the trunk. However, for the JMS transport there should not be much difference betwe

RE: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Vincent DiPrenda
Thanks Andreas, I'm assuming the code in the ws-commons will be available for use as a jar file under the Axis2 environment. Is that also available to preview at this point? Asankha was kind enough to send me the a link to the source of the JMS transport code, but I'm not quite s

Re: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Andreas Veithen
On Fri, Nov 13, 2009 at 15:46, Vincent DiPrenda wrote: > I'm new to this forum, and have been searching for details of the > implementation of SOAP/JMS. > > I've got a few questions, if somebody will be kind enough to help me out. > > 1.  I've read some posts st

Re: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Asankha C. Perera
;ve noticed some people have had luck with MQ. If there are any > tutorials regarding the procedures I would be grateful. (Most of the > stuff I've seen is based on older versions and seem to be reliant on > features on 4.1 or older of axis2. If they're still relevant, that's &

SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Vincent DiPrenda
I'm new to this forum, and have been searching for details of the implementation of SOAP/JMS. I've got a few questions, if somebody will be kind enough to help me out. 1. I've read some posts stating that the implementation has been pulled from axis2, and now exists in

RE: JMS timeout

2009-10-23 Thread jsheh
setting this on the stub, did it for me. options.setProperty(JMSConstants.JMS_WAIT_REPLY,Long.valueOf("some_value_inmillisecs")); hope it helps. mgainty wrote: > > > take a look at JMSEndpoint javadoc at > http://ws.apache.org/axis/java/apiDocs/org/apa

Axis2 and transactional JMS

2009-07-08 Thread Max Janssen
Hi all, I am trying to get my Axis2 web service to use transactional JMS, but am having difficulties getting it to work. Can anyone please help me? I have a service that works fine over HTTP and have modified the axis2.xml so it also listens to a Oracle AQ queue. This works fine in the sense

Help Required for SOAP/JMS

2009-05-20 Thread sachin shah
Hi, Need help with SOAP/JMS implementation with AXIS2. My scenario is as below I just wanted to ensure I am putting right information in my documents before confirming preferred framework for problem in hand. The component I am developing need to provide access to non tibco client to the

Re: Need Info on Axis2 & SOAP/JMS support

2009-05-19 Thread sachin shah
o non > tibco client to the services deployed on Tibco ESB. > Reference Architecture of the client mandates that all > service acess should be through SOAP/JMS and only > presentation services should use SOAP/HTTP. Hence I think I > will be using just a Axis2 client to send messages u

Re: Need Info on Axis2 & SOAP/JMS support

2009-05-19 Thread Andreas Veithen
Sachin, To be more precise, Axis2 is able to send SOAP messages over JMS, but it does not conform to the formal SOAP over JMS specification [1]. You will need to check what Tibco expects. Note that I'm not aware of any widely used implementation of this spec (e.g. WebSphere Process S

Re: Need Info on Axis2 & SOAP/JMS support

2009-05-18 Thread Asankha C. Perera
Deepal jayasinghe wrote: Hope someone can give you a better answer. - Deepal Deepal, I understand you had done quite a lot of development and research on AXIS2. I had been searching for implementation of SOAP/JMS for Axis without luck. So I thought of posting question to you with

Re: Need Info on Axis2 & SOAP/JMS support

2009-05-18 Thread Deepal jayasinghe
Hope someone can give you a better answer. - Deepal > Deepal, > > I understand you had done quite a lot of development and research on AXIS2. I > had been searching for implementation of SOAP/JMS for Axis without luck. So I > thought of posting question to you with respect to

Re: Possible to pass SOAP messages directly rather than HTTP or JMS ??

2009-03-10 Thread apinke
Pbinding and JMSBinding ? ) >> Maybe this will also be helpful in testing to provide pre defined SOAP >> requests directly for consumption rather than via http or jms ? >> > Not sure if this is the exact thing you are looking for.. but the Apache > Synapse ESB is capable

Re: Possible to pass SOAP messages directly rather than HTTP or JMS ??

2009-03-10 Thread Asankha C. Perera
not using the HTTP transport and provide the SOAP message directly ? ( maybe a JavaBinding just like HTTPbinding and JMSBinding ? ) Maybe this will also be helpful in testing to provide pre defined SOAP requests directly for consumption rather than via http or jms ? Not sure if this is the

Possible to pass SOAP messages directly rather than HTTP or JMS ??

2009-03-10 Thread apinke
using the HTTP transport and provide the SOAP message directly ? ( maybe a JavaBinding just like HTTPbinding and JMSBinding ? ) Maybe this will also be helpful in testing to provide pre defined SOAP requests directly for consumption rather than via http or jms ? thanks Pat -- View this

Re: [Axis2] JMS in axis2

2009-02-26 Thread Sagara Gunathunga
Hi Prasuna, May be you can write a Axis2 Module for this , where in your in-phase handler you can construct a JMS message from MessageContext and post it to a JMS queue. in this case you could use Module's init method to initialize connection to a JMS broker , I'm not sure how to op

Re: [Axis2] JMS in axis2

2009-02-26 Thread Prasuna Lanka
Thanks for the replies. I think i didnt put my query clear. I have exposed a webservice using axis2. The client will send the request. Up to this part, i dont require JMS. once i received the request, i want to post it to JMS before it reaches to ReceiverInout or Skeleton level. Is there any way

Re: [Axis2] JMS in axis2

2009-02-20 Thread Prabath Siriwardena
Hi; This[1] may be helpful. Thanks & regards. -Prabath [1]:http://blog.facilelogin.com/2008/12/enabling-jms-transport-for-axis2.html Prasuna Lanka wrote: We want to post the webservice request to JMS Queue. I found samples only exposing the service over JMS. How would we get acces

Re: [Axis2] JMS in axis2

2009-02-20 Thread Sagara Gunathunga
Hi Prasuna, Once you have exposed your web service over JMS , you can use WSDL2JAVA to generate client side Stub and it is possible to use this Stub to post a request to a JMS Queue . Further you can find URL for the JMS endpoint on generated WSDL document. // JMS Endpoit

[Axis2] JMS in axis2

2009-02-20 Thread Prasuna Lanka
We want to post the webservice request to JMS Queue. I found samples only exposing the service over JMS. How would we get access to connection instance in skeleton or receiverInout if we configure JMS parameters in axis2.xml? Thanks in advance.

Enhancements to the JMS transport in WS-Commons / Transports

2008-12-08 Thread Asankha C. Perera
Hi All We have updated the new unified JMS transport code shared between Apache Axis2 and Apache Synapse. This code now lives in WS-Commons, transport module. The new enhancements allows JMS services to support both local JMS and distributed JTA transactions. In addition, we have also moved

Re: JMS Transport in Axis2

2008-11-17 Thread Asankha C. Perera
Hi Shital Going back to my original question, In this latest release will you have functionality to specify Reply-To property on client side? Yes, a message context property "JMS_REPLY_TO" could set the reply destination, over which a client would wait for the response. I will inf

RE: JMS Transport in Axis2

2008-11-17 Thread Joshi, Shital
C. Perera [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2008 11:21 PM To: Joshi, Shital; axis-user@ws.apache.org Subject: Re: JMS Transport in Axis2 Hi Shital Do you mean that next release of Axis2 say (Axis2_1_5

Re: JMS Transport in Axis2

2008-11-14 Thread Asankha C. Perera
Hi Shital Do you mean that next release of Axis2 say (Axis2_1_5) will not have code base for JMS Transport Yes.. and we'll have include ws-commons library to support JMS Transport? This will be done for you, most probably automatically with the Axis2 release.. but the specifics are yet

RE: JMS Transport in Axis2

2008-11-14 Thread Joshi, Shital
Hello Asankha, Do you mean that next release of Axis2 say (Axis2_1_5) will not have code base for JMS Transport and we'll have include ws-commons library to support JMS Transport? I was thinking of extending org.apache.axis2.transport.jms.JMSSender and see if I can implement request-res

Re: JMS Transport in Axis2

2008-11-14 Thread Asankha C. Perera
Hi Shital I would be happy to work with your team. Do you have a date in mind for the release which has better JMS Transport? We are almost code complete.. but would need improved documentation and samples etc to supplement the new features. I would expect the code to be checked into svn by

RE: JMS Transport in Axis2

2008-11-14 Thread Joshi, Shital
Hello Asankha, I would be happy to work with your team. Do you have a date in mind for the release which has better JMS Transport? Thanks and Regards, Shital Joshi From: Asankha C. Perera [mailto:[EMAIL PROTECTED] Sent: Friday, November 14

Re: JMS Transport in Axis2

2008-11-14 Thread Asankha C. Perera
Hi Joshi I am attempting to use the JMS transport in Axis2. We are using* Tibco* queues. I was able to do one way operation (_http://www.w3.org/TR/wsdl#_one-way_) over JMS. When I tried to do request-response operation, I get client already exists JMS Exception

JMS Transport in Axis2

2008-11-14 Thread Joshi, Shital
> Hi, > > I am attempting to use the JMS transport in Axis2. We are using Tibco > queues. I was able to do one way operation > (http://www.w3.org/TR/wsdl#_one-way) over JMS. When I tried to do > request-response operation, I get client already exists JMS Exception. > &

Re: SOAP over JMS using Webservices

2008-11-06 Thread charitha kankanamge
Hi, Please check the followings. [1]http://ws.apache.org/axis2/1_1/jms-transport.html [2]http://charithaka.blogspot.com/2008/10/soap-over-jms-with-axis2.html regards Charitha shashi dakey wrote: Hello All Did any one implemented SOAP over JMS using webservices. If so can any one provide me

SOAP over JMS using Webservices

2008-11-05 Thread shashi dakey
Hello All Did any one implemented SOAP over JMS using webservices. If so can any one provide me with the possible link where i can get a suitable example. Thanks Shashi D

Re: Axis2 + jms

2008-11-02 Thread Asankha
://www.adroitlogic.org/knowledge-base-axis2/7-using-weblogic-jms-with-axis2.html asankha -Original Message- *From:* Asankha C. Perera *Sent:* Thursday, October 30, 2008 5:04 PM *To:* He, Jinda [CCC-OT_IT] *Cc:* axis-user@ws.apache.org; [EMAIL PROTECTED]; [EMAIL PROTECTED

Re: Axis2 + jms

2008-10-30 Thread Asankha C. Perera
rationClient.execute(OperationClient.java:163) at webserviceSample.HelloWorldStub.sayHello(HelloWorldStub.java:141) at webserviceSample.TestClient.getHelloMessage(TestClient.java:44) at webserviceSample.TestClient.main(TestClient.java:23) What you are trying to do is a synchronous out-in operation, in

Re: Axis2 + jms

2008-10-30 Thread Asankha C. Perera
! I use Axis2 1.4 version. I use axis tool axis2server.bat to start the server. Below is the screenshot of my webservice. Seems the JMS url is not there. Attached files for your reference.

Re: Axis2 + jms

2008-10-29 Thread Asankha C. Perera
Hi Shen Now my axis2 server is listen to the queue, and How can I write a client to call the service? First of all lets make sure your service started on JMS successfully. If it did, it should dump some information like the following: 2008-10-29 14:30:15,240 [-] [main] INFO JMSListener

RE: Axis2 + jms

2008-10-29 Thread Rajika Kumarasiri
On Wed, 2008-10-29 at 15:57 +0800, Shen, Chunxia wrote: > Hi asankha, > > Thanks a lot for your help. > > Now my axis2 server is listen to the queue, and How can I write a client to > call the service? According to your client code, you should have a service named "myjmsqueue", do you have that

RE: Axis2 + jms

2008-10-29 Thread Shen, Chunxia
g Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Axis2 + jms Hi Shen Refer to http://ws.apache.org/axis2/1_3/jms-transport.html to get started asankha Shen, Chunxia wrote: > Hi, > > I want to implement web service using JMS transport. > Please forward me a good link or an example

Re: Axis2 + jms

2008-10-29 Thread Rajika Kumarasiri
On Wed, 2008-10-29 at 10:36 +0530, Asankha C. Perera wrote: Hi Shen, http://wso2.org/library/3663 , If you are planning to use Apache/QPid as your JMS provider. -Rajika > Hi Shen > > Refer to http://ws.apache.org/axis2/1_3/jms-transport.html to get started > > asankha > S

Re: Axis2 + jms

2008-10-28 Thread Asankha C. Perera
Hi Shen Refer to http://ws.apache.org/axis2/1_3/jms-transport.html to get started asankha Shen, Chunxia wrote: Hi, I want to implement web service using JMS transport. Please forward me a good link or an example that would guide me in the process. Your help on this will be appreciate

RE: Axis2 + jms

2008-10-28 Thread Shen, Chunxia
Hi, I want to implement web service using JMS transport. Please forward me a good link or an example that would guide me in the process. Your help on this will be appreciate. Thanks & Regards Shen Chunxia (Jennie) ReBT Tel: 86-21-38954626 ext. 61104 [EMAIL PROTECTED] Thanks &

[Axis2]: Messages lost with JMS

2008-10-23 Thread Ines Dannehl
Hi community, I use Axis2 (version 1.1.1) webservices with JMS in the following environment: * ActiveMQ as standalone JMS server * JBoss with the deployed Axis2 webservice as webserver I send SOAP messages to an ActiveMQ. The webservice processes the message and a

Re: AXIS JAVA Client - JMS Transport Authenication

2008-10-15 Thread Asankha C. Perera
Sam What is the version of Axis2 and the JMS transport which you are using? i.e. is it the SNAPSHOT versions or a previous release? The JMS transport implementation used by Apache Synapse ESB now lives in the WSCommons project so that Axis2 users can share is more naturally. That has support

AXIS JAVA Client - JMS Transport Authenication

2008-10-15 Thread Kuhn, Samuel M
I need to provide a username and password to my AXIS client which is attempting to invoke a web service provider over a TIBCO EMS (JMS implementation) endpoint. I tried setting the username and password using the Call.setUsername() and Call.setPassword() methods with no luck. I also tried adding

Re: AXIS JAVA Client - JMS Transport Authenication

2008-10-09 Thread Andreas Veithen
attempting to invoke a web service provider over a TIBCO EMS (JMS implementation) endpoint. I tried setting the username and password using the Call.setUsername() and Call.setPassword() methods with no luck. I also tried adding java.naming.security.principle and java.naming.security.credentials to the

AXIS JAVA Client - JMS Transport Authenication

2008-10-08 Thread Sam Kuhn
I need to provide a username and password to my AXIS client which is attempting to invoke a web service provider over a TIBCO EMS (JMS implementation) endpoint. I tried setting the username and password using the Call.setUsername() and Call.setPassword() methods with no luck. I also tried adding

RE: Axis2 + jms

2008-09-10 Thread Hans Drexler
ailto:[EMAIL PROTECTED] Sent: woensdag 3 september 2008 9:01 To: axis-user@ws.apache.org Subject: Axis2 + jms Hi all, I'm quite new to AXIS2 and JMS, so I hope someone in the forum can help me. We are trying to expose our Webservice through JMS. We are using AXIS2 and exploring ActiveMQ. S

RE: Axis2 + jms

2008-09-03 Thread Dwiputera Aries Fajar (CI/AFR-SG)
: Axis2 + jms Aries Everythigg seesm to be ok, my WSDL is correct and it also expose my binding as JMS (see the snipset below). Now...how can I invoke this WS through JMS? Is there any tools like SoapUI where I can give my wsdl and shoot? (I can do just like that if I use the HTTP request within

Re: Axis2 + jms

2008-09-03 Thread Asankha C. Perera
Aries Everythigg seesm to be ok, my WSDL is correct and it also expose my binding as JMS (see the snipset below). Now...how can I invoke this WS through JMS? Is there any tools like SoapUI where I can give my wsdl and shoot? (I can do just like that if I use the HTTP request within SoapUI

Axis2 + jms

2008-09-03 Thread Dwiputera Aries Fajar (CI/AFR-SG)
Hi all, I'm quite new to AXIS2 and JMS, so I hope someone in the forum can help me. We are trying to expose our Webservice through JMS. We are using AXIS2 and exploring ActiveMQ. So...i have performed all the necessary steps from : http://ws.apache.org/axis2/1_1/jms-transport.html Every

Re: axis2 JMS transport support status?

2008-08-19 Thread Anthony Bull
Hans, I'm using JMS for Axis 2 with WebSphere MQ 6.0.2 in production and found some severe limitations with the Axis 2 implementation also - whoever wrote the actual Axis 2 driver has only implemented the bare basics of JMS, and it hasn't been tested with WebSphere at all. I'

Re: JMS timeout

2008-08-18 Thread Ihab EL-ALAMI
Sender > does not endorse distribution to any party other than intended recipient. > Sender does not necessarily endorse content contained within this > transmission. > > > -- > Date: Fri, 15 Aug 2008 16:49:57 -0700 > From: [EMAIL PROTECTED] > To:

Re: axis2 JMS transport support status?

2008-08-18 Thread Asankha C. Perera
Hi Hans Changing axis2 1.4 ourselves is not really an option for us, since we want to use vanilla components, not modified ones. We could try to modify the JMS transport (to make it block instead of build a large queue), but we don't know all ins and outs of this (Is this desired in the

RE: axis2 JMS transport support status?

2008-08-18 Thread Hans Drexler
Thanks for the reply, Asanka Changing axis2 1.4 ourselves is not really an option for us, since we want to use vanilla components, not modified ones. We could try to modify the JMS transport (to make it block instead of build a large queue), but we don't know all ins and outs of this (Is

Re: Binary Data, http and jms, WebSphere 6.x

2008-08-18 Thread Damin
encoded >>> back >>> and forth to & from base64 when supporting MTOM with XML beans. >>> >>> thanks, >>> Thilina >>> >>> On Fri, Aug 15, 2008 at 7:45 AM, Damin <[EMAIL PROTECTED]> wrote: >>> >>>> >>>

Re: Binary Data, http and jms, WebSphere 6.x

2008-08-18 Thread Davanum Srinivas
AIL PROTECTED]> wrote: >> >>> >>> Currently using MTOM with ADB running through Axis2 http transport web >>> service in WebSphere 6.x - works great! Thanks. >>> >>> Need to support MQ interface running same service, cannot use Axis2 JMS >>

Re: Binary Data, http and jms, WebSphere 6.x

2008-08-18 Thread Damin
008 at 7:45 AM, Damin <[EMAIL PROTECTED]> wrote: > >> >> Currently using MTOM with ADB running through Axis2 http transport web >> service in WebSphere 6.x - works great! Thanks. >> >> Need to support MQ interface running same service, cannot use Axis2 JMS >&

Re: axis2 JMS transport support status?

2008-08-18 Thread Asankha C. Perera
Hi Hans We have implemented a connection between MQ Series 5-7 and axis2 using the axis2 1.4 JMS connectivity and a point-to-point set-up. The implementation basically works, but some questions remain. As long as we use a request/response pattern in the client connecting to our service via

axis2 JMS transport support status?

2008-08-18 Thread Hans Drexler
We have implemented a connection between MQ Series 5-7 and axis2 using the axis2 1.4 JMS connectivity and a point-to-point set-up. The implementation basically works, but some questions remain. As long as we use a request/response pattern in the client connecting to our service via jms all is

Re: JMS timeout

2008-08-18 Thread Asankha C. Perera
io, The Open Source BPMS Company Date: Tue, 12 Aug 2008 08:13:21 -0700 From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> To: axis-user@ws.apache.org <mailto:axis-user@ws.apache.org> Subject: JMS timeout Hi everybody, I have set up my JMS trans

Re: Binary Data, http and jms, WebSphere 6.x

2008-08-17 Thread Thilina Gunarathne
d to support MQ interface running same service, cannot use Axis2 JMS > because running in J2EE WebSphere Container (the ole' setMessageListener() > problem that app server vendors imposed on the J2EE specification). So, > ADB > and MTOM appear to be out for this interface. >

Axis 2 - JMS over Websphere MQ

2008-08-15 Thread Anthony Bull
While using JMS enabled Axis2 web services in a Websphere MQ environment, I encountered a bug with JNDI resource leakage when using the Axis 2 JMS Sender to post to WebSphere MQ - the bug causes the Axis 2 client to use up all of the WebSphere MQ servers client connections, and after a while

Axis 2 - JMS durable subscriptions

2008-08-15 Thread Anthony Bull
Hi, I have done some modifications to the Axis 2 JMS transport so that web services running over JMS can use durable subscriptions to messaging servers. This means that if your web service is down, when it comes back up, the messaging server will pass it any messages it missed out on while it

RE: JMS timeout

2008-08-15 Thread Martin Gainty
From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Re: JMS timeout Thanks Asankha! But I did try that before and it did not work. Where should I put it exactly? in the Receiver or Sender? can you please give me an example of axis2.xml with the modification just to make sure I am doing

Re: JMS timeout

2008-08-15 Thread Ihab EL-ALAMI
ut actually I am not doing that programmatically. > Is there a way to specify that statically from the axis2.xml file for > instance? > > Ihab EL ALAMI > Process Expert > Intalio, The Open Source BPMS Company > > Date: Tue, 12 Aug 2008 08:13:21 -0700 >> From: [E

Binary Data, http and jms, WebSphere 6.x

2008-08-15 Thread Damin
Currently using MTOM with ADB running through Axis2 http transport web service in WebSphere 6.x - works great! Thanks. Need to support MQ interface running same service, cannot use Axis2 JMS because running in J2EE WebSphere Container (the ole' setMessageListener() problem that app s

Re: JMS timeout

2008-08-12 Thread Ihab EL-ALAMI
e: Tue, 12 Aug 2008 08:13:21 -0700 >> From: [EMAIL PROTECTED] >> To: axis-user@ws.apache.org >> Subject: JMS timeout >> >> Hi everybody, >> I have set up my JMS transport, and I would like now to call a service via >> JMS. >> >> The problem is this

Re: JMS timeout

2008-08-12 Thread Asankha C. Perera
cally from the axis2.xml file for instance? Ihab EL ALAMI Process Expert Intalio, The Open Source BPMS Company Date: Tue, 12 Aug 2008 08:13:21 -0700 From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> To: axis-user@ws.apache.org <mailto:axis-user@ws.apache.org> Subject

Re: JMS timeout

2008-08-12 Thread Ihab EL-ALAMI
TED]> wrote: > take a look at JMSEndpoint javadoc at > > http://ws.apache.org/axis/java/apiDocs/org/apache/axis/transport/jms/JMSEndpoint.html > > you can specfy timeout via 2nd parameter to call method > byte[] *call*(byte[] message, long timeout) &

RE: JMS timeout

2008-08-12 Thread Martin Gainty
take a look at JMSEndpoint javadoc at http://ws.apache.org/axis/java/apiDocs/org/apache/axis/transport/jms/JMSEndpoint.html you can specfy timeout via 2nd parameter to call method byte[] call(byte[] message, long timeout) Anyone else? Martin

JMS timeout

2008-08-12 Thread Ihab EL-ALAMI
Hi everybody, I have set up my JMS transport, and I would like now to call a service via JMS. The problem is this service needs more than 20 seconds to answer back, and the timeout for this transport is set to 3ms. How can I modify the timeout? Thanks in advance Ihab

Re: WSDL2Java for JMS Endpoint.

2008-06-16 Thread rkrish108
em, in vain. So here I am posting my issue. > I have been using Axis 1.4 final, to WSDL2Java a SOAP based Web Service > that requires the JMS Transport. The Service itself runs within the TIBCO > EMS environment and the WSDL is generated by the TIBCO EMS engine. > Whilst WSDL2Java is

WSDL2Java for JMS Endpoint.

2008-06-09 Thread Gautham.Kasinath
Hello all, I have been looking around in the list for some hint to explain/resolve my problem, in vain. So here I am posting my issue. I have been using Axis 1.4 final, to WSDL2Java a SOAP based Web Service that requires the JMS Transport. The Service itself runs within the TIBCO EMS

Re: AMQP over the JMS transport with Qpid

2008-06-09 Thread Paul Fremantle
I notice that Rajith has also posted a blog entry on this! http://rajith.2rlabs.com/2008/06/08/axis2synapse-amqp-support-via-jms-transport-using-apache-qpid/ Thanks very much to both! Paul On Mon, Jun 9, 2008 at 12:49 PM, Suran Jayathilaka <[EMAIL PROTECTED]> wrote: > Hi, > > I

AMQP over the JMS transport with Qpid

2008-06-09 Thread Suran Jayathilaka
Hi, I have written a tutorial describing the configuration options necessary to get a service deployed on Axis2 to be invoked via AMQP using the Axis2 or Synapse JMS transport, and an Apache Qpid/Java broker as the JMS broker. This is readable at http://wso2.org/library/3663. Granted, the

Sample i/p message for Axis2 JMS

2008-06-08 Thread adisesha
Hi, While working on Axis2 services with JMS I am getting "Exception in thread "JMSWorker-1" java.lang.NullPointerException ". I don't see any suggestions for this, so started debugging Axis2 engine. I realized the issue is with expected input message. When I added

Re: Axis2: How to send a message with JMS asynchronously and get an acknowledgement

2008-06-06 Thread Michele Mazzucco
Ines, I don't think the JMS spec. allow you to achieve that goal. JMS is supposed to be reliable, and messages (i.e. the queue) are stored at the JMS provider site, not at the final destination. About Axis2, there is no difference (apart from the transport configuration) whether yo

Axis2: How to send a message with JMS asynchronously and get an acknowledgement

2008-06-06 Thread Ines Dannehl
Hi, I want to send a SOAP - message with an Axis2 client asynchronously via JMS. I'd like to get an acknowlegdement when the message is put into the JMS queue. How can I achieve this? Please help! Best regards! Ines

AMQP support via JMS transport using Apache Qpid

2008-06-03 Thread Rajith Attapattu
Hi All, Suran has got Apache Qpid working under JMS transport and had a few questions for me. Instead of answering him individually I wrote up the following in case anybody else has questions. I have tested the following with Axis2 1.4 release and should work well with the up comming Synapse

Axis2 with JMS Transport

2008-06-03 Thread adisesha
s fix/suggestions Thanks in advance _ From: Anthony Bull [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 4:10 AM To: axis-user@ws.apache.org Subject: Re: Axis2 with JMS Transport Your axis2.xml looks correct - as long as your MQ is setup as a JNDI provider. Note that you can

RE: Axis2 with JMS Transport

2008-06-03 Thread adisesha
Anthony, I tried setting JNDI using MQ explorer, resulted in same error. Can you give sample Axis2 client? _ From: Anthony Bull [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 4:10 AM To: axis-user@ws.apache.org Subject: Re: Axis2 with JMS Transport Your axis2.xml looks

FW: Axis2 with JMS Transport

2008-06-01 Thread adisesha
Did any one get time to fix this issue in Axis2? _ From: adisesha [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 11:36 AM To: 'axis-user@ws.apache.org' Subject: RE: Axis2 with JMS Transport Finally it's an error in Axis2. If so do you have any idea who wil

RE: Axis2 with JMS Transport

2008-05-29 Thread adisesha
ser@ws.apache.org Subject: Re: Axis2 with JMS Transport Your axis2.xml looks correct - as long as your MQ is setup as a JNDI provider. Note that you can setup all your JMS stuff in MQ explorer visually if you have the correct support packs installed - you don't need to use the JMS admin

Re: Axis2 with JMS Transport

2008-05-29 Thread Anthony Bull
Your axis2.xml looks correct - as long as your MQ is setup as a JNDI provider.  Note that you can setup all your JMS stuff in MQ explorer visually if you have the correct support packs installed - you don't need to use the JMS admin tool. I just tried your approach with publishing a me

FW: Axis2 with JMS Transport

2008-05-28 Thread adisesha
More info: SOAP i/p looks like this http://www.w3.org/2003/05/soap-envelope"; xmlns:axis="http://ws.apache.org/axis2";>test _ From: adisesha [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 11:44 AM To: axis-user@ws.apache.org Subject: RE: Axis2 with JM

RE: Axis2 with JMS Transport

2008-05-28 Thread adisesha
)" May be the settings I used are wrong? Can you cross check the axis2.xml & services.xml I have sent? _ From: Anthony Bull [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 11:19 AM To: axis-user@ws.apache.org Subject: Re: Axis2 with JMS Transport MQ 6.0.2.3 is go

Re: Axis2 JMS Transport to WebSphere MQ

2008-05-22 Thread Adis
Hi, Did you succeed in setting axis2.xml accordingly for WMQ jms transport? If so can you please provide updated axis2.xml Thanks in advance Adi callagc4 wrote: > > Hi, > > We are currently using axis2 in a standalone server. I have been trying to > configure axis2

Axis2 with JMS Transport is not working

2008-05-21 Thread adisesha
Hi, I am working on given sample <http://ws.apache.org/axis2/1_1/jms-transport.html> http://ws.apache.org/axis2/1_1/jms-transport.html It works fine as a service <http://localhost:8080/axis2/services/echo?wsdl> http://localhost:8080/axis2/services/echo?wsdl . When I trie

Issue with JMS Transport

2008-05-20 Thread adisesha
Hi, I am working on given sample http://ws.apache.org/axis2/1_1/jms-transport.html I created echo.java, created a class file and then created echo.aar file as mentioned in this link. In addition axis2.xml, services.xml are changed accordingly to handle "jms" & "http

Re: SOAP with JMS and JBoss

2008-04-25 Thread KleinM
Hi, I followed the discussion with a lot of interest, since I had (still have) the same (similar problems) installing Axis2 1.3 with JMS transport on JBoss 4.0.3SP1. I made the following observation. If within ../deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml the attribute

Re: How to avoid warning "Cannot get or lookup JMS destination"

2008-04-25 Thread Asankha C. Perera
I use Axis2 version 1.1.1 with JMS. I get the following warning when I send a message via JMS to the server: WARN org.apache.axis2.transport.jms.JMSOutTransportInfo - Cannot get or lookup JMS destination : StockQuoteService from url : jms:/ StockQuoteService

How to avoid warning "Cannot get or lookup JMS destination"

2008-04-25 Thread Ines Dannehl
Hi, I use Axis2 version 1.1.1 with JMS. I get the following warning when I send a message via JMS to the server: WARN org.apache.axis2.transport.jms.JMSOutTransportInfo - Cannot get or lookup JMS destination : StockQuoteService from url : jms:/ StockQuoteService

AW: SOAP with JMS and JBoss

2008-04-17 Thread Ines Dannehl
Hi, I got it working. I think the patch given in http://issues.apache.org/jira/browse/AXIS2-1488 is incomplete. The JMS listener is initialized but it is not startet! Therefore I patched the patch as follows: protected void initializeAllTransportReceiversButHttp(ListenerManager

Re: Tomcat server not stopping after receiving JMS message

2008-04-14 Thread Anoop Elias
after receiving JMS message Hi all, I was trying to setup SOAP over JMS using Tomcat (v6.0), ActiveMQ (v4.1.1) and Axis2 (v1.3). I used AXIOM and a standalone axis configuration for the sender. For the receiver, I used ADB as the data binding on a webapp configured with Axis2 on Tomcat.

Re: [Axis2] Error while starting JMS listener with JBoss

2008-04-14 Thread Anoop Elias
JNDI binds at application startup rather than server startup. Thanks, Anoop - Original Message From: Ines Dannehl <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, April 14, 2008 2:59:26 AM Subject: [Axis2] Error while starting JMS listener with JBoss Hi, I’m

AW: [Axis2] Error while starting JMS listener with JBoss

2008-04-14 Thread Ines Dannehl
Hi George, thank you very much. That's it! Best regards! Ines Von: Marrows, George A (GE Infra, Energy) [mailto:[EMAIL PROTECTED] Gesendet: Montag, 14. April 2008 12:11 An: axis-user@ws.apache.org Betreff: RE: [Axis2] Error while startin

  1   2   3   4   5   >