Search Discussions
-
Hi all, I've installed erlang and rabbitmq from source on rhel4 (x86_64) and I can start the broker without issue, but when I attempt to get 'status' of the broker I fail with Status of node rabbit ...
Michael Steinfeld
Jan 20, 2009 at 9:56 pm
Feb 6, 2009 at 11:14 am -
Hello, A few miscellaneous questions came to me last night, so I thought I'd bundle them into one e-mail. Any insight is greatly appreciated. * How does one monitor memory consumption by a queue? * ...
Jason J. W. Williams
Jan 14, 2009 at 10:17 pm
Jan 15, 2009 at 5:33 am -
Hi, I've written up a quick start on the basics of AMQP and using it in Python, that is the kind of document I wished I'd been able to find in one place: ...
Jason J. W. Williams
Jan 14, 2009 at 2:06 am
Jan 15, 2009 at 11:43 am -
Hello, Is it possible to monitor queue counts over AMQP in RabbitMQ? Trying to figure out how we can create a monitoring probe to alert us when queues go above a configured threshold. Is there a ...
Jason J. W. Williams
Jan 12, 2009 at 9:00 pm
Jan 13, 2009 at 2:13 am -
On two machines so far, one Debian testing and the other Ubuntu jaunty, rabbitmq 1.5.1-1 fails to start. 1.5 was OK. ch at frob:~$ uname -a Linux frob.xxxxxx 2.6.26-1-686 #1 SMP Thu Aug 28 12:00:54 ...
Christopher hoover
Jan 26, 2009 at 4:46 am
Jan 30, 2009 at 6:51 pm -
We had an incident yesterday while restarting some servers where RabbitMQ began basically being dysfunctional -- we were getting connection timeouts in our log everywhere, and were not even able to ...
Gfodor
Jan 6, 2009 at 5:58 pm
Jan 8, 2009 at 4:01 pm -
Maybe. We have a use pattern in mind that I think would require development of a new exchange type, and a couple of conversations with Alexis would seem to reinforce this view that, currently, the ...
Alister Morton
Jan 28, 2009 at 11:05 am
Jan 29, 2009 at 9:45 pm -
Is it costly in Rabbit to open and close channels frequently? The reason I ask is that you can't pickup errors from a basic_publish in py-ampqlib until you close the channel. -J
Jason J. W. Williams
Jan 27, 2009 at 2:25 am
Jan 28, 2009 at 1:01 am -
If a queue is declared by one client as durable and non-auto-delete, but then a second client connects and declares the same queue (this time non-durable and auto-delete), is the second queue ...
Jason J. W. Williams
Jan 13, 2009 at 12:39 am
Mar 26, 2009 at 7:17 pm -
[I am cross-posting this to the list with the permission of the OP] Vlastimil, This is not surprising. The tests push the system to its limits. When that happens RabbitMQ (and the O/S) need to make ...
Matthias Radestock
Jan 24, 2009 at 12:15 pm
Jan 28, 2009 at 6:53 am -
It seems like RabbitMQ will continue to issue consume notifications to registered consumers that haven't yet ack'd messages they have already received...is this correct? -J
Jason J. W. Williams
Jan 15, 2009 at 10:13 pm
Jan 16, 2009 at 5:43 pm -
Hi, I am currently working on an implementation of System.Messaging for Mono using AMQP/RabbitMQ. I have upgraded to the 1.5 version of the .NET libraries, however when I run a simple test (against ...
Michael Barker
Jan 11, 2009 at 1:41 am
Jan 15, 2009 at 3:59 am -
I am using a topic exchange, created by the producer, and sending with simple routing key <<"test" . I do the same basic config in the consumer, in addition I do a %bind a queue to get the sms ...
Mark Geib
Jan 31, 2009 at 12:16 am
Feb 2, 2009 at 10:02 pm -
Hi, I have not been able to get the Erlang client to connect to the server. I've tried connecting to both the local server and the rabbitmq public server and getting the same problem on ...
Dave Bryson
Jan 27, 2009 at 2:02 pm
Jan 28, 2009 at 8:48 am -
(Apologies for the repost; I realized that my subject line yesterday was a bit cryptic and not everybody that I need to might have seen it) I'm starting to do some development using and enhancing ...
Kirk Wylie
Jan 7, 2009 at 2:04 pm
Jan 16, 2009 at 12:32 pm -
Darien, Don't know how this got forwarded to me, but I don't recall anbody actually producing a Perl client, although there have been discussions about it. The last few clients I recall being written ...
Ben Hood
Jan 11, 2009 at 10:05 am
Jan 14, 2009 at 11:08 pm -
Thanks to the RabbitMQ team for a great open source messaging server! I recently completed an integration of ejabberd with sipX using RabbitMQ. It was easy to use and configure, and I really ...
Joel Reed
Jan 13, 2009 at 4:51 pm
Jan 14, 2009 at 6:06 pm -
I'm wondering if they have any difference at all with non durable ones in rabbitmq. The reason why I'm asking is because I want to change the least possible in the rabbitmq-erlang-client and I see ...
Valentino Volonghi
Jan 12, 2009 at 11:22 pm
Jan 13, 2009 at 5:58 pm -
Hello - I'm a new to the list, thanks for any help you can offer. Issue: matt at c1203:~$ sudo rabbitmqctl status {"init terminating in do_boot",{undef,[{rabbit_control,start,[]}, ...
Matt Heitzenroder
Jan 29, 2009 at 8:54 pm
Jan 29, 2009 at 11:16 pm -
Hi Everybody, We're using RabbitMQ with a Stomp adptater to store the names of files that need to be processed. My question is the following : instead of queuing the file names (and storing the files ...
Julien Genestoux
Jan 9, 2009 at 10:39 pm
Jan 19, 2009 at 3:59 pm -
With the removal of realms in 1.5.0, can any user with a valid login access any queue or exchange? That is to say, is there more granularity to access than "you got it" or not? Thank you in advance. ...
Jason J. W. Williams
Jan 12, 2009 at 10:01 pm
Jan 12, 2009 at 10:53 pm -
It appears that on a fail-over the contents of queues are not available on the take-over server, but the queues and exchanges themselves are available. Is this accurate? Thank you in advance. Best ...
Jason J. W. Williams
Jan 12, 2009 at 9:01 pm
Jan 12, 2009 at 10:30 pm -
Hi, I just tried to download the RabbitMQ client library for Java, and noticed that the version on offer (1.5.0) is declared as a beta. For my purposes at the moment I need a nominally "stable" ...
Bartlett Neil
Jan 2, 2009 at 9:11 pm
Jan 3, 2009 at 4:56 pm -
Hi Y'all, Any chance basic.reject support will make it into the 1.6 release? -J
Jason J. W. Williams
Jan 31, 2009 at 12:21 am
Feb 4, 2009 at 12:46 am -
I'm doing some deployment testing on EC2 in these days using EBS to store the mnesia directory for rabbitmq and I found a problem that I need to solve. Basically the issue is something that was ...
Valentino Volonghi
Jan 30, 2009 at 8:13 pm
Jan 30, 2009 at 9:51 pm -
Hi Tony, Perhaps you can address this issue: I've got two perl processes both using Net::Stomp to talk to one another via the RabbitMQ STOMP connector. 1) When sending a message, I've tried setting ...
Darien Kindlund
Jan 20, 2009 at 11:57 pm
Jan 27, 2009 at 3:51 pm -
Hi List, integrating a Flex client into an AMQP infrastructure seems straightforward enough (and the logical thing to do if your goal is to provide asynchronous messenging for those). I am still ...
Joern
Jan 21, 2009 at 10:40 am
Jan 26, 2009 at 10:38 am -
Brian, Just posting this back via the mailing list because you did not choose LShift's $10000 per question option ;-) Have you read what the 0.8/0.9.1 spec says on what effect each flag has for the ...
Ben Hood
Jan 23, 2009 at 11:02 am
Jan 23, 2009 at 6:35 pm -
So, having just updated the XMPP gateway code (see hg repository) to compile against RabbitMQ 1.5.x, I've run into an interesting roadblock. - RabbitMQ 1.5.x defines a mnesia table called 'route'. - ...
Tony Garnock-Jones
Jan 19, 2009 at 5:55 pm
Jan 19, 2009 at 6:42 pm -
Hi Guys, I am a n00b so please don't hurt me :P I pinged the irc channel yesterday and I was directed to post here. I have heard users and realms have been removed from rabbitmq for whatever reason ...
Daniel N
Jan 12, 2009 at 10:59 pm
Jan 13, 2009 at 12:24 am -
Hi all, In many of our blog posts and email messages, we've mentioned the "tip" of various Mercurial repositories. This, it turns out, is a bad idea. We should have been talking about "default" (or ...
Tony Garnock-Jones
Jan 30, 2009 at 12:41 pm
Feb 2, 2009 at 1:23 pm -
Hi, I was re-running some of the latency tests with 1.5.1 again and noticed that the latency is much higher than before, even with TCP_NODELAY. Everything on Windows, running MulticastMain with -r 10 ...
Holger Hoffstätte
Jan 26, 2009 at 10:13 am
Feb 1, 2009 at 2:28 pm -
Hey guys, I am suing the last rabbitmq with the Ruby Stomp adapter and I have been doing some testing. A queue has been created as durable and non auto-delete. This queue has no listener as of now. A ...
Julien Genestoux
Jan 17, 2009 at 8:03 am
Jan 18, 2009 at 10:15 pm -
Hi, I am reposting Jason's thoughts on simplifying AMQP persistence to the list, with his permission. alexis ---------- Forwarded message ---------- From: Jason J. W. Williams <jasonjwwilliams at ...
Alexis Richardson
Jan 17, 2009 at 1:10 pm
Jan 17, 2009 at 8:51 pm -
I've implemented the headers exchange on a branch of the server. It has NOT been QA'd yet, and so has not been merged into the default branch. If QA completes successfully by the time of next ...
Tony Garnock-Jones
Jan 15, 2009 at 4:07 am
Jan 15, 2009 at 10:30 pm -
John, Apart from google, I think that Nabble and trapexit may index the archives. I don't know because I've got everything indexed in Gmail. No. The design decision behind this was not to duplicate ...
Ben Hood
Jan 15, 2009 at 3:01 pm
Jan 15, 2009 at 4:28 pm -
Does the scope of AMQP cover the management of the environment. Here's a typical usecase: Context: my standards use an enterprise pubsub bus, based on AMQP so that producers and consumers can be ...
Tim Coote
Jan 7, 2009 at 3:07 pm
Jan 7, 2009 at 5:15 pm -
Hello, I am new to RabbitMQ, but am curious if it could be used in an embedded systems environment to publish messages. We have a network of environmental sensors in various locations that output ...
Angus Davis
Jan 31, 2009 at 11:54 pm
Feb 1, 2009 at 9:33 am -
Hey there guys, I've tried to locate this in the docs but I haven't been able to find it (not that it's not there). Is it possible to query exchanges and queues to find out what's happening? ...
Daniel N
Jan 21, 2009 at 4:03 am
Jan 21, 2009 at 3:00 pm -
Hi Y'all, Quick question. Since basic.get (unlike basic.consume) doesn't register with a queue, basic.get requests are first-come first-serve no? Rather than load balanced as with basic.consume? -J
Jason J. W. Williams
Jan 15, 2009 at 9:41 pm
Jan 15, 2009 at 9:57 pm -
2
[rabbitmq-discuss] Message Priority & 'Headers' Exchange Type (was: Net::AMQP Perl Client - Status?)
Hi Ben & Tony, Understood. I would say message prioritization would be exceedingly useful from an operational perspective. This is something normally that each AMQP-aware application we implement ...Darien Kindlund
Jan 14, 2009 at 7:47 pm
Jan 14, 2009 at 11:44 pm -
Hello, Quick question. I realize that for a message to survive a reboot, the queue and exchange have to be marked durable, and the message itself needs to use delivery_mode=2. That being said, does ...
Jason J. W. Williams
Jan 13, 2009 at 10:53 pm
Jan 13, 2009 at 11:15 pm -
Most of the traffic on irc the last 2 weeks has been from people asking, "When is the topic going to get updated to reflect the 1.5.0 release?" We don't have permission to change the topic so this is ...
Chuck Remes
Jan 7, 2009 at 9:32 pm
Jan 7, 2009 at 10:12 pm -
Dear List, I'm probably going get dissed for posting a Java example to a Ruby list, but I thought I'd announce the arrival of the basic.qos command on the Ruby list first because I think that it may ...
Ben Hood
Jan 27, 2009 at 12:21 am
Jan 30, 2009 at 12:43 pm -
Am I missing something? If I setup a QueueingConsumer and call nextDelivery() without acknowledging that message when I run nextDelivery() again shouldn't I get the same message? -- View this message ...
Sethtrain
Jan 28, 2009 at 9:53 pm
Jan 28, 2009 at 11:24 pm -
One of the other questions I had centers around RabbitMQ's method (or maybe the rabbitmq-stomp connector) of dealing with explicit ACKs. Using Tony's example perl code (rabbitmq_stomp_recv.pl) as a ...
Darien Kindlund
Jan 14, 2009 at 8:28 pm
Jan 27, 2009 at 3:04 pm -
Hello, We are currently running a rabbitmq instance in a production environment. I would like to upgrade it to 1.5.1 from 1.5 and wanted to know what is the best way to go about doing that in a ...
Matt George
Jan 26, 2009 at 2:50 pm
Jan 26, 2009 at 4:21 pm -
I'm not sure what's going on but... I'm trying to send messages using the rabbitmq-erlang-client using these lines: Properties = #'P_basic'{ content_type = <<"application/octet-stream" , ...
Valentino Volonghi
Jan 15, 2009 at 1:47 am
Jan 15, 2009 at 2:08 am -
opps: rabbitmqctl list_user_vhost username better: rabbitmqctl list_user_vhosts username here: http://www.rabbitmq.com/admin-guide.html#user-management
Ben Hyde
Jan 14, 2009 at 5:57 pm
Jan 14, 2009 at 6:18 pm -
Hello list, I have put together some exploratory code around the combination of RabbitMQ and OSGi. I feel that this could be a very powerful combination for building ESB-like functionality, and it ...
Neil Bartlett
Jan 6, 2009 at 7:47 pm
Jan 8, 2009 at 11:19 pm
Group Overview
group | rabbitmq-discuss |
categories | rabbitmq |
discussions | 61 |
posts | 457 |
users | 48 |
website | rabbitmq.com |
irc | #rabbitmq |
48 users for January 2009
Archives
- July 2014 (264)
- June 2014 (596)
- May 2014 (647)
- April 2014 (761)
- March 2014 (614)
- February 2014 (730)
- January 2014 (651)
- December 2013 (571)
- November 2013 (653)
- October 2013 (828)
- September 2013 (763)
- August 2013 (659)
- July 2013 (800)
- June 2013 (549)
- May 2013 (790)
- April 2013 (483)
- March 2013 (552)
- February 2013 (389)
- January 2013 (531)
- December 2012 (465)
- November 2012 (718)
- October 2012 (715)
- September 2012 (516)
- August 2012 (574)
- July 2012 (659)
- June 2012 (515)
- May 2012 (588)
- April 2012 (502)
- March 2012 (813)
- February 2012 (636)
- January 2012 (732)
- December 2011 (408)
- November 2011 (737)
- October 2011 (582)
- September 2011 (520)
- August 2011 (545)
- July 2011 (674)
- June 2011 (500)
- May 2011 (447)
- April 2011 (410)
- March 2011 (672)
- February 2011 (537)
- January 2011 (473)
- December 2010 (328)
- November 2010 (488)
- October 2010 (503)
- September 2010 (502)
- August 2010 (463)
- July 2010 (420)
- June 2010 (390)
- May 2010 (385)
- April 2010 (274)
- March 2010 (255)
- February 2010 (398)
- January 2010 (363)
- December 2009 (173)
- November 2009 (295)
- October 2009 (287)
- September 2009 (259)
- August 2009 (416)
- July 2009 (361)
- June 2009 (300)
- May 2009 (150)
- April 2009 (239)
- March 2009 (161)
- February 2009 (284)
- January 2009 (457)
- December 2008 (178)
- November 2008 (346)
- October 2008 (170)
- September 2008 (385)
- August 2008 (160)
- July 2008 (144)
- June 2008 (78)
- May 2008 (128)
- April 2008 (119)
- March 2008 (98)
- February 2008 (82)
- January 2008 (55)
- December 2007 (62)
- November 2007 (68)
- October 2007 (49)
- September 2007 (46)
- August 2007 (95)
- July 2007 (88)
- June 2007 (2)