RE: JMS Threading Restriction

2008-08-08 Thread Mittler, Nathan
y and raise a JIRA issue if you run into problems. Regards, Nate > -Original Message- > From: fredrick255 [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2008 11:39 AM > To: users@activemq.apache.org > Subject: Re: JMS Threading Restriction > > > Is this a

Re: JMS Threading Restriction

2008-08-08 Thread fredrick255
Is this also the case in CMS (activemq-cpp)? rajdavies wrote: > > > On 14 Jun 2008, at 01:50, Joshua Smith wrote: > >> All- >> >> I'm reading a number of references on JMS written some time between >> 2001 and >> now. The challenge that comes with that is knowing which things are >> stil

Re: JMS Threading Restriction

2008-08-05 Thread jaya_srini
hi I had a follow up question on this... If I publish a message within onMessage() then are the following true? 1) if the message is published within onMessage() in the same thread i.e.the JMS provider owns the onMessage thread and the publish happens in that same thread, then the message can b

Re: JMS Threading Restriction

2008-06-14 Thread Joshua Smith
Thanks Rob. Josh On 6/14/08, Rob Davies <[EMAIL PROTECTED]> wrote: > > > On 14 Jun 2008, at 01:50, Joshua Smith wrote: > > All- >> >> I'm reading a number of references on JMS written some time between 2001 >> and >> now. The challenge that comes with that is knowing which things are still >> tr

Re: JMS Threading Restriction

2008-06-13 Thread Rob Davies
On 14 Jun 2008, at 01:50, Joshua Smith wrote: All- I'm reading a number of references on JMS written some time between 2001 and now. The challenge that comes with that is knowing which things are still true today and which things were describing the state of affairs at that time. I found