Thanks. I understand that that the pattern says that the message is stored when sending and also when receiving. I can understand how this can be useful when the endpoint is a non-jms endpoint.
But guaranteed delivery goes with the JMS specs and is implemented by the JMS provider using its filestore / database configuration. When we limit ourselves to JMS endpoints is not the storing of message at sender and receiver an over kill especially when guranteed delivery is available out of the box with JMS providers. Claus Ibsen-2 wrote: > > On Mon, Feb 1, 2010 at 5:12 AM, Raster3 <[email protected]> wrote: >> >> >> This is regrading this http://camel.apache.org/guaranteed-delivery.html >> >> I would to restrict this discussion to JMS. >> I have used webloic JMS. I understand guranteed delivery is part of JMS >> specs and what this means is that the message will be stored by the JMS >> provider till its delievered to the intended recepient / subscriber. >> >> This is counter to the image shown in the image associated with the url >> where it appears that the message is stored on two sides- sender and >> reciever. When using JMS would you not wish the message to be stored just >> by >> the JMS provider? >> >> Am I missing something? > > That is just how the figure is illustrated in the EIP book > http://www.enterpriseintegrationpatterns.com/ > http://www.enterpriseintegrationpatterns.com/GuaranteedMessaging.html > > Whose figures Camel uses as well. > > >> -- >> View this message in context: >> http://old.nabble.com/Guranteed-Delivery-tp27399518p27399518.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Author of Camel in Action: http://www.manning.com/ibsen/ > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > > -- View this message in context: http://old.nabble.com/Guranteed-Delivery-tp27399518p27402444.html Sent from the Camel - Users mailing list archive at Nabble.com.
