onmessage not picking up messages

2012-04-01 Thread rogerroger
Hi I am using tomee plus and it's active mq version. I have started a broker, verified by 'telnet localhost 61616' and added topic and connection factory using openejb.xml resource elements. I am able to send messages to the broker, verified with the jConsole, but none are consumed. The same co

Re: Active MQ and High Availability Manager

2012-04-01 Thread Jakub Korab
Hi Zagan, When you use JMS, your client uses makes use of the JMS API, but underneath it the provider/implementation is ActiveMQ. What this means is that even though you are using JMS, the client library that is used is actually the ActiveMQ one. The reason for this is that the client and message

Re: Activemq and no space left issue.

2012-04-01 Thread Zagan
Hi, this looks awful! Check out your policies in the activemq.xml config file, if any of this limits are reached! When you set to 1GB check that on your hard drive at least 1GB are free. -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-and-no-space-left-issue-tp

Active MQ and High Availability Manager

2012-04-01 Thread Zagan
Hello, I need the possibility to run Apache Active MQ highly available. At the moment I would use Shared Filesystem Master/Slave but I have the problem, that IP/Hostname of Master and Slave have to be the same. The sender application is only a JMS compliant client, which isn't using Apache Active

Re: Is DLQ for sender an receiver of messages?

2012-04-01 Thread Zagan
Thanks for your answear! -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-DLQ-for-sender-an-receiver-of-messages-tp4511845p4523891.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.