Ack'ing persistent messages

2007-04-18 Thread Jim Alateras
If i synchronously retrieve messages of a persistent queue and i only ack the last message will that implicitly ack all the other messages that have come beforeor do i need to ack each message explicitly cheers

Re: Request/Response with JMS

2007-04-18 Thread mjparme
Yep, I took another look at the example code shortly after posting that and it suddenly all clicked for me...I am good to go now...thanks! James.Strachan wrote: > > On 4/18/07, mjparme <[EMAIL PROTECTED]> wrote: >> >> Ok, I have another question...hopefully not as dumb as the first one. >> >>

Re: Licenses for active mq ??

2007-04-18 Thread Tim Morrow 2
I'm not the Active MQ Team, but the homepage http://activemq.apache.org/ states it is "released under the Apache 2.0 License" http://www.apache.org/licenses/LICENSE-2.0.html which means you can pretty much do what you want with the software without paying anyone. See also LICENSE.txt in the root

Re: Request/Response with JMS

2007-04-18 Thread mjparme
Ok, I figured out this one too. I just needed to put a little more thought into it! The client is creating a temp queue that _it_ will receive responses on, but all clients will send to a well-known queue that the server has set up, each message will have the temp queue in the JMSReplyTo() that t

Re: Request/Response with JMS

2007-04-18 Thread James Strachan
On 4/18/07, mjparme <[EMAIL PROTECTED]> wrote: Ok, I have another question...hopefully not as dumb as the first one. If the client creates the temporary queue how does the server know what queue to create a MessageConsumer on? The client creates the temporary queue & consumes messages from it

RE: Licenses for active mq ??

2007-04-18 Thread Suchitha Koneru \(sukoneru\)
Thank you so much Brian for the information !! -Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 2:27 PM To: users@activemq.apache.org Subject: Re: Licenses for active mq ?? On Apr 18, 2007, at 12:40 PM, Suchitha Koneru ((sukoneru))

RE: Licenses for active mq ??

2007-04-18 Thread Suchitha Koneru \(sukoneru\)
-Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 2:27 PM To: users@activemq.apache.org Subject: Re: Licenses for active mq ?? On Apr 18, 2007, at 12:40 PM, Suchitha Koneru ((sukoneru)) wrote: > Hello Active MQ Team , >

Re: Licenses for active mq ??

2007-04-18 Thread Brian McCallister
On Apr 18, 2007, at 12:40 PM, Suchitha Koneru ((sukoneru)) wrote: Hello Active MQ Team , Thank you so much for all your help , in regard to development and usage of active mq. I have a question , if we use active mq as a part of our product, do we need to buy any li

Re: Request/Response with JMS

2007-04-18 Thread mjparme
Ok, I have another question...hopefully not as dumb as the first one. If the client creates the temporary queue how does the server know what queue to create a MessageConsumer on? Or does this pattern assume that the server knows about all of its clients at startup? Eventually the server needs to

Re: Request/Response with JMS

2007-04-18 Thread mjparme
Ok, found my own answer. You just pass "null" as the Desintation: replyProducer = session.createProducer(null); Duh! Oh well, can't be smart all the time:-) mjparme wrote: > > This may be more of a general JMS question rather than Active MQ, but > hopefully people will help me out anyway. I

Licenses for active mq ??

2007-04-18 Thread Suchitha Koneru \(sukoneru\)
Hello Active MQ Team , Thank you so much for all your help , in regard to development and usage of active mq. I have a question , if we use active mq as a part of our product, do we need to buy any licenses from the active mq development team ?? Please let me know,

Re: Request/Response with JMS

2007-04-18 Thread James Strachan
On 4/18/07, mjparme <[EMAIL PROTECTED]> wrote: This may be more of a general JMS question rather than Active MQ, but hopefully people will help me out anyway. I read this doc: http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html Seems easy enough except how do I cre

Request/Response with JMS

2007-04-18 Thread mjparme
This may be more of a general JMS question rather than Active MQ, but hopefully people will help me out anyway. I read this doc: http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html Seems easy enough except how do I create a MessageProducer that is not associated with

Re: Failing to acquire exclusive lock - MySQL

2007-04-18 Thread mjanveaux
Hi, I'm using MySQL 5.0.37 and it is the only broker configured. If I switch to using derby, the exact same configuration works flawlessly... James.Strachan wrote: > > Which version of MySQL are you using? You are not running multiple > brokers against the same database are you by any chance

Re: Failing to acquire exclusive lock - MySQL

2007-04-18 Thread millea1
James.Strachan wrote: > > Which version of MySQL are you using? You are not running multiple > brokers against the same database are you by any chance? > > I have this same problem when upgrading from 4.1 to 4.1.1 (mysql version > 5.0.19) in a JBoss integration; the only broker running against

Re: Assembly not having Strong name.

2007-04-18 Thread James Strachan
On 4/18/07, Oleg Deribas <[EMAIL PROTECTED]> wrote: Hello, James Strachan said the following on 18.04.2007 12:31: > Anyone fancy volunteering to hack the NAnt scripts to support Strong Names? I could try to do that. And, I think, that according to assembly naming guidelines: http://blogs.msdn

Re: Assembly not having Strong name.

2007-04-18 Thread Oleg Deribas
Hello, James Strachan said the following on 18.04.2007 12:31: Anyone fancy volunteering to hack the NAnt scripts to support Strong Names? I could try to do that. And, I think, that according to assembly naming guidelines: http://blogs.msdn.com/brada/archive/2003/04/19/49992.aspx ActiveMQ.dl

Re: Assembly not having Strong name.

2007-04-18 Thread James Strachan
Anyone fancy volunteering to hack the NAnt scripts to support Strong Names? On 4/18/07, DeGee <[EMAIL PROTECTED]> wrote: My problem is that I have a .net project that uses strong named assemblies. When I try to import the ActiveMQ NMS assembly, it fails because the assemblies supplied were not

Re: Assembly not having Strong name.

2007-04-18 Thread DeGee
My problem is that I have a .net project that uses strong named assemblies. When I try to import the ActiveMQ NMS assembly, it fails because the assemblies supplied were not strongly named. There are reference assemblies in the package that do not come with source codes and are not strongly name