On 2009-8-25, at 下午4:53, jcamus wrote:


Hi!
Where can I find a sample that explain how to implement into SMX external
async calls with JMS ?

That's I would like something like that :

CXF-BC -> CXF-SE -> JMS -> CXF-SE external -> external calls to a remote

Hi,

I assume the "CXF-SE external" in your flow is a standalone cxf server using jms transport. Then the JMS part in your flow, you can use cxf bc provider over jms transport instead, take a look at CxfBCSEProviderAsyncSystemTest .testGreetMeProviderWithJmsTransportAsync[1]

[1]https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-cxf-bc/trunk/src/test/java/org/apache/servicemix/cxfbc/provider/CxfBCSEProviderAsyncSystemTest.java

Freeman

server...

And I want each job inside JMS to be purged only if external calls is a sucess. If an error (a network error) then the job must still be into JMS.
So when server reconnects the JMS job is retried.

How can I do that simply?

Regards.




--
View this message in context: 
http://www.nabble.com/Sample-to-manage-external-asynch-calls-with-JMS---tp25130701p25130701.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.



--
Freeman Fang
Apache Servicemix Commiter/PMC membeer
Apache Cxf Commiter/PMC member
Apache Felix Commiter

------------------------
Open Source SOA: http://fusesource.com



Reply via email to