I have a jboss service using JMS listener thru SpringIntegration which uses DefaultMessageListenerContainer within - when the ActiveMQ/WMQ is down and brought back up we see the...
Type: Posts; User: diippi; Keyword(s):
I have a jboss service using JMS listener thru SpringIntegration which uses DefaultMessageListenerContainer within - when the ActiveMQ/WMQ is down and brought back up we see the...
Gang,
I am writing a message onto a channel which is then connected via a channel-adapter to a jms-target, and hence, to a queue. In the event that the queue goes down I need to be able to write...
Is M6 slated to be released as scheduled , i.e Today ?
Will it include the FTPTarget channel adapter ?
Strangely this works fine if deployed on Jboss.
But it fails consistently on standalone tests without the tcpmon in between. Any ideas ?
Yes..I tried the webservice sample provided by SI and it works fine with M5 .
Here are the tcpmon results for :
M3 :
POST http://mcib1smdt001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1...
Yes , as follows :
POST http://myserver001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1
Accept-Encoding: gzip
Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
SOAPAction:...
Actually it seems i had the issue with the old version i.e 1.5.0 too with SI M5.
Im not sure exactly what is going wrong and where but the main variables is SI M5 .
For M3 :
Yes , it was working fine without messageFactory in standalone environment , but we added the bean definition and messageFactory for JBoss setup.
For M5 :
I just added the...
M3 config :
<endpoint input-channel="holidayRequestChannel" handler-ref="magicAdapter"/>
<beans:bean id="magicAdapter"...
The proxy I mentioned is not a firewall proxy, rather a tcpmon proxy.
And yes, the M3 snapshot ran fine without the proxy setup on the same url and the same machine.
I got it working now, but in a very weird way .. I was trying to intercept the webservice request through tcpmon and when I have
-DproxySet=true -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8988 ...
I tried with the Spring 1.5.4.A and spring -ws 1.5.1.A and still see the same issues. Has anything changed in the underlying implementation of WebServiceTemplate class ? I upped the log level and see...
We are wary of using intermediate versions i.e 1.5.4A etc and were hoping that M5 would be backward compatible with Spring 1.5.3 that we were using.
Also.. no..there is no other difference in the...
Yes..it is..
It also works fine with the M3 snapshot version and ws-target config.
I have SI M5 and Spring 1.5.3 .
Do I need to upgrade to Spring 1.5.4A and Spring-WS 1.5.1.A for this to work...
I am upgrading from M3 snapshot to M5 for web service target .
This is working fine in the old version.
Here is the config :
<ws-handler id="holidaycalendar" uri="${holiday.webservice.url}"...
This is the command we use to get the latest from svn :
svn co https://src.springframework.org/svn/spring-integration/trunk
You have to ensure your proxy settings are enabled for dependency...
I understand that my response messages are being redirected to request queues because of setting the same channel in jms-source and jms-target .. I need to know whats the right way to recieve the...
I want to establish a synchronous communication <request-reply> with 2 queues , i.e I will be using a request on one queue and expecting a synchronous reply back at other queue.
Is...
Thanks Mark..that did work ..but have you changed the schema for the endpoint to have 'handler' instead of 'handler-ref' now ?
Thanks Mark..I have taken the latest from svn and the short term fix does works..I will be keeping an eye out on the JIRA too.
I am trying to read message from a WMQ queue using jms-source and its giving me following exception :
18:00:21,141 WARN [MessagePublishingErrorHandler] failure occurred in messaging task...
Yes...that was the spring version issue..I upgraded to 2.5.3 and it works fine now..
Thanks a lot !
I cleared all the jars from my class path and tested this. Also had my team member test it and we still see the same issue..
Is there any other version that has changed in this week ? Spring version...
is breaking our previously running code with following , Any ideas ?
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'integrationservice' defined in...
Please check : http://jira.springframework.org/browse/INT-202
Please let us know when this will be resolved.
Thanks a lot for your help!