Re: how to best implement a producer timeout

2008-12-10 Thread Rob Davies
message in context: http://www.nabble.com/how-to-best-implement-a-producer-timeout-tp20947923p20947923.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. Not elegant - but one of these - if you are sending with default delivery mode (PERSISTENT): When you create your Messag

Re: how to best implement a producer timeout

2008-12-10 Thread PankajGugnani
eout as a >>>> result of >>>> this? i was thinking of setting the message's timetolive to achieve >>>> this. >>>> i suppose i could also use maxinactivityduration. i think both will >>>> throw a >>>> jmsexceptio

Re: how to best implement a producer timeout

2008-12-10 Thread Rob Davies
thanks a bunch. -- View this message in context: http://www.nabble.com/how-to-best-implement-a-producer-timeout-tp20947923p20947923.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. Not elegant - but one of these - if you are sending with default delivery mode (PERSISTENT):

Re: how to best implement a producer timeout

2008-12-10 Thread PankajGugnani
duration. i think both will >> throw a >> jmsexception. which leads me to my next question. is there a >> specific >> error code for a timetolive or maxinactivityduration exceptions? >> thanks a >> bunch. >> -- >> View this message in contex

Re: how to best implement a producer timeout

2008-12-10 Thread Rob Davies
also use maxinactivityduration. i think both will throw a jmsexception. which leads me to my next question. is there a specific error code for a timetolive or maxinactivityduration exceptions? thanks a bunch. -- View this message in context: http://www.nabble.com/how-to-best-implem

how to best implement a producer timeout

2008-12-10 Thread emc2family
will throw a jmsexception. which leads me to my next question. is there a specific error code for a timetolive or maxinactivityduration exceptions? thanks a bunch. -- View this message in context: http://www.nabble.com/how-to-best-implement-a-producer-timeout-tp20947923p20947923.html Sent fro