Re: Synchronous One-Way

2010-01-05 Thread Daniel Kulp
ny exceptions (that would trigger retry > >> when > >> session transacted) would be part of the asynchronous thread, not the > >> JMS > >> handling thread, so the retry is never triggered. > >> > >> Is there a way to have a synchronous one-

Re: Synchronous One-Way

2009-12-30 Thread cplin
y spawn a new thread >> (handles the request asynchronously) if the endpoint is one way. Since >> it >> is processed asynchronously, any exceptions (that would trigger retry >> when >> session transacted) would be part of the asynchronous thread, not the >> JMS >&

Re: Synchronous One-Way

2009-12-30 Thread cplin
rigger retry >> when >> session transacted) would be part of the asynchronous thread, not the >> JMS >> handling thread, so the retry is never triggered. >> >> Is there a way to have a synchronous one-way (realizing that it is a bit >> of >>

Re: Synchronous One-Way

2009-12-30 Thread cplin
ly) if the endpoint is one way. Since it is >> processed asynchronously, any exceptions (that would trigger retry >> when >> session transacted) would be part of the asynchronous thread, not >> the JMS >> handling thread, so the retry is never triggered. >&g

Re: Synchronous One-Way

2009-12-29 Thread Daniel Kulp
asynchronous thread, not the JMS > handling thread, so the retry is never triggered. > > Is there a way to have a synchronous one-way (realizing that it is a bit of > a contradiction) or is there a better approach with the CXF framework? > Ultimately, I'm just trying to leverage

Re: Synchronous One-Way

2009-12-29 Thread Freeman Fang
rigger retry when session transacted) would be part of the asynchronous thread, not the JMS handling thread, so the retry is never triggered. Is there a way to have a synchronous one-way (realizing that it is a bit of a contradiction) or is there a better approach with the CXF framewo

Synchronous One-Way

2009-12-29 Thread cplin
dling thread, so the retry is never triggered. Is there a way to have a synchronous one-way (realizing that it is a bit of a contradiction) or is there a better approach with the CXF framework? Ultimately, I'm just trying to leverage the JMS retry functionality for a asynchronous web service oper