Re: [Openais] [PATCH 4/7] service/msg.c: Handle opening existing queue with different attributes

2009-05-07 Thread Steven Dake
On Thu, 2009-05-07 at 01:36 -0500, Ryan O'Hara wrote: > This is one of the problems with open I was referring to yesterday. > > Note that a recent patch I committed to trunk puts the creation > attributes in the queueInstance, so I think this check could be moved > to the library. > > Also, I *th

Re: [Openais] [PATCH 4/7] service/msg.c: Handle opening existing queue with different attributes

2009-05-06 Thread Ryan O'Hara
This is one of the problems with open I was referring to yesterday. Note that a recent patch I committed to trunk puts the creation attributes in the queueInstance, so I think this check could be moved to the library. Also, I *think* that you do not want to compare retentionTime. I believe the s

[Openais] [PATCH 4/7] service/msg.c: Handle opening existing queue with different attributes

2009-05-06 Thread Jan Friesse
See P33-13:P33-14 --- trunk/services/msg.c | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/trunk/services/msg.c b/trunk/services/msg.c index 4e91202..12ea394 100644 --- a/trunk/services/msg.c +++ b/trunk/services/msg.c @@ -2552,6 +2552,17 @@ static v