[jboss-user] [JBossWS] - Re: JBoss WS-Eventing vs JMS-Topic

2009-08-18 Thread sbutt
Sorry for the type in my previous message, from JMS-Notification i meant JMS-Topic framework. "sbutt" wrote : Hi there, | I'm planning to implement a data-mining/analysis application (using WS-Eventing framework), which would get some data from a number of third

[jboss-user] [JBossWS] - JBoss WS-Eventing vs JMS-Topic

2009-08-18 Thread sbutt
Hi there, I'm planning to implement a data-mining/analysis application (using WS-Eventing framework), which would get some data from a number of third party providers and analyse it. I'm assuming my analysis application would be an Event Consumer (sink) WS-Client, which would subscr

[jboss-user] [JBossWS] - Re: sending Soap message with timeout

2009-07-15 Thread sbutt
Thanks for your reply but i solved that problem using Jboss ESB's internal HTTP router class: org.jboss.soa.esb.actions.routing.http.HttpRouter One can send soap messages with it as well, and set connection/socket Timeouts (http properties) etc as well. Thanks. View the original post : http:/

[jboss-user] [JBossWS] - sending Soap message with timeout

2009-07-02 Thread sbutt
Hi Folks, I have implemented a basic soap client (javax.xml.soap.*). | | public Message processSOAPRequest(Message message) { | try { | MessageFactory msgFactory = MessageFactory.newInstance(); | SOAPMessage soap = msgFactory.createMessage(); | SOAP