Re: Qpid dont save durable queues

2009-12-17 Thread Rodrigo K. Ferreira
mmm... is that... I'm working in compile that module.
Thanks a lot.


On Thu, Dec 17, 2009 at 2:32 PM, Steve Huston  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-subscr...@qpid.apache.org
>
>


RE: Qpid dont save durable queues

2009-12-17 Thread Steve Huston
> 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-subscr...@qpid.apache.org



Re: Qpid dont save durable queues

2009-12-17 Thread Carl Trieloff

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-subscr...@qpid.apache.org



Qpid dont save durable queues

2009-12-17 Thread Rodrigo K. Ferreira
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,