You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rodrigo K. Ferreira" <rk...@gmail.com> on 2009/12/17 17:15:28 UTC

Qpid dont save durable queues

Hi,

I'm running qpidd-0.5 at CentOS 5 x86_64 and I'm trying to configure durable
queues, I make the commands but when restart the service, the information
was lost.
The daemon is running with root user, I tought was a fs permission thing,
but isnt this.


qpid-config add exchange topic foo.topic --durable

qpid-config add queue foo01  --durable --order lvq

qpid-config --durable bind foo.topic foo01 foo.information.*


Some tip about this behavior ?

Thanks,

Re: Qpid dont save durable queues

Posted by Carl Trieloff <cc...@redhat.com>.
Rodrigo K. Ferreira wrote:
> Hi,
>
> I'm running qpidd-0.5 at CentOS 5 x86_64 and I'm trying to configure durable
> queues, I make the commands but when restart the service, the information
> was lost.
> The daemon is running with root user, I tought was a fs permission thing,
> but isnt this.
>
>
> qpid-config add exchange topic foo.topic --durable
>
> qpid-config add queue foo01  --durable --order lvq
>
> qpid-config --durable bind foo.topic foo01 foo.information.*
>
>
> Some tip about this behavior ?
>
> Thanks,
>
>   

You need to load a store, there is one on trunk for windows and for 
linux you can pick it up
here: http://qpidcomponents.org/

Carl.




---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: Qpid dont save durable queues

Posted by Carl Trieloff <cc...@redhat.com>.
Rodrigo K. Ferreira wrote:
> Hi,
>
> I'm running qpidd-0.5 at CentOS 5 x86_64 and I'm trying to configure durable
> queues, I make the commands but when restart the service, the information
> was lost.
> The daemon is running with root user, I tought was a fs permission thing,
> but isnt this.
>
>
> qpid-config add exchange topic foo.topic --durable
>
> qpid-config add queue foo01  --durable --order lvq
>
> qpid-config --durable bind foo.topic foo01 foo.information.*
>
>
> Some tip about this behavior ?
>
> Thanks,
>
>   

You need to load a store, there is one on trunk for windows and for 
linux you can pick it up
here: http://qpidcomponents.org/

Carl.




---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Qpid dont save durable queues

Posted by "Rodrigo K. Ferreira" <rk...@gmail.com>.
mmm... is that... I'm working in compile that module.
Thanks a lot.


On Thu, Dec 17, 2009 at 2:32 PM, Steve Huston <sh...@riverace.com> wrote:

> > I'm running qpidd-0.5 at CentOS 5 x86_64 and I'm trying to
> > configure durable queues, I make the commands but when
> > restart the service, the information was lost. The daemon is
> > running with root user, I tought was a fs permission thing,
> > but isnt this.
> >
> >
> > qpid-config add exchange topic foo.topic --durable
> >
> > qpid-config add queue foo01  --durable --order lvq
> >
> > qpid-config --durable bind foo.topic foo01 foo.information.*
> >
> >
> > Some tip about this behavior ?
>
> Did you build and load the store module?
>
> -Steve
>
> --
> Steve Huston, Riverace Corporation
> Total Lifecycle Support for Your Networked Applications
> http://www.riverace.com
>
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
>
>

Re: Qpid dont save durable queues

Posted by "Rodrigo K. Ferreira" <rk...@gmail.com>.
mmm... is that... I'm working in compile that module.
Thanks a lot.


On Thu, Dec 17, 2009 at 2:32 PM, Steve Huston <sh...@riverace.com> wrote:

> > I'm running qpidd-0.5 at CentOS 5 x86_64 and I'm trying to
> > configure durable queues, I make the commands but when
> > restart the service, the information was lost. The daemon is
> > running with root user, I tought was a fs permission thing,
> > but isnt this.
> >
> >
> > qpid-config add exchange topic foo.topic --durable
> >
> > qpid-config add queue foo01  --durable --order lvq
> >
> > qpid-config --durable bind foo.topic foo01 foo.information.*
> >
> >
> > Some tip about this behavior ?
>
> Did you build and load the store module?
>
> -Steve
>
> --
> Steve Huston, Riverace Corporation
> Total Lifecycle Support for Your Networked Applications
> http://www.riverace.com
>
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
>
>

RE: Qpid dont save durable queues

Posted by Steve Huston <sh...@riverace.com>.
> I'm running qpidd-0.5 at CentOS 5 x86_64 and I'm trying to 
> configure durable queues, I make the commands but when 
> restart the service, the information was lost. The daemon is 
> running with root user, I tought was a fs permission thing, 
> but isnt this.
> 
> 
> qpid-config add exchange topic foo.topic --durable
> 
> qpid-config add queue foo01  --durable --order lvq
> 
> qpid-config --durable bind foo.topic foo01 foo.information.*
> 
> 
> Some tip about this behavior ?

Did you build and load the store module?

-Steve

--
Steve Huston, Riverace Corporation
Total Lifecycle Support for Your Networked Applications
http://www.riverace.com


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


RE: Qpid dont save durable queues

Posted by Steve Huston <sh...@riverace.com>.
> I'm running qpidd-0.5 at CentOS 5 x86_64 and I'm trying to 
> configure durable queues, I make the commands but when 
> restart the service, the information was lost. The daemon is 
> running with root user, I tought was a fs permission thing, 
> but isnt this.
> 
> 
> qpid-config add exchange topic foo.topic --durable
> 
> qpid-config add queue foo01  --durable --order lvq
> 
> qpid-config --durable bind foo.topic foo01 foo.information.*
> 
> 
> Some tip about this behavior ?

Did you build and load the store module?

-Steve

--
Steve Huston, Riverace Corporation
Total Lifecycle Support for Your Networked Applications
http://www.riverace.com


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org