Re: Connection to message broker hanging

2013-05-30 Thread Sean Beck
I ran "setenforce 0" and all the problems disappeared. Why would disabling SE Linux fix this? On Thu, May 30, 2013 at 8:00 AM, Sean Beck wrote: > I am using fusemq, the C wrapper for ActiveMQ-CPP. > > The problem is I am using the broker with an Apache server module. It is > supposed to send a

Re: Connection to message broker hanging

2013-05-30 Thread Sean Beck
I am using fusemq, the C wrapper for ActiveMQ-CPP. The problem is I am using the broker with an Apache server module. It is supposed to send a message to the broker so another program can consume it. I have a script that tests all of this and I have logging in my module that tells me if the messag

Re: Connection to message broker hanging

2013-05-29 Thread Christian Posta
What protocol are you using to connect to the broker? STOMP? Can you see what frames have gone to the broker? Can you take a thread dump of the broker and post here? On Tue, May 28, 2013 at 9:45 AM, Sean Beck wrote: > So I am using a consumer/producer with an apache module of mine and I have >

Connection to message broker hanging

2013-05-28 Thread Sean Beck
So I am using a consumer/producer with an apache module of mine and I have a script to test that the module is working properly. I started the message broker as root. I run my script as root. It seems to get stuck waiting for a response from the server. When I run httpd in gdb and step through the