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
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
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
>
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