No sorry it doesn't help me! ;-)
Maybe I am not clear enough but I need to have some java code (CXF-SE)
before 
putting the job into a JMS queue, so no SOAP or CXF to send to JMS. But I
need to have this job not complete until remote server has not finished. In
case of a network problem I want this job repeated to the remote server.




Freeman Fang wrote:
> 
> 
> 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
> 
> 
> 
> 
> 

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

Reply via email to