On Friday 03 October 2008, Bruce Snyder said:
> On Fri, Oct 3, 2008 at 2:59 PM, Thomas R. Corbin
> <[EMAIL PROTECTED]> wrote:
> ...
>
> > What is the URI you're using in the embedded broker to connect to the
> > remote broker?
> >
> > Just the Async/Durable consumer in use error show above, but I'm
> > including the full thing.
>
> This error is telling you that there's already an active durable
> consumer using that client id and subscription name. ActiveMQ doesn't
> allow this because the client id should be unique.

Ah, it's using the name of the class as the subscription name.   And that 
class is used in several different subscriptions, so I need to fix that.
I'll have to see if I can name the subscription separate from the class.

Thanks.

Reply via email to