Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-01-22 Thread dharmendra
We try to import hornetQ queue messages dump in xml and import into artemis C:\apache-artemis-2.5.0-SNAPSHOT\bin\broker\bin>artemis data imp --port 5445 --input "C:\sg\hq_msg_migration\hq-exported-msg\hq_msg_GlobalIn2.xml" --verbose Executing org.apache.activemq.artemis.cli.commands.tools.xml.Xml

Re: Consumers hanging on a queue although there are messages in it

2018-01-22 Thread Tim Bain
Are any selectors in use on the consumers of the queue that's getting "blocked"? If so, are there any messages published that don't match any of the selectors? If you take a thread dump on the broker, where do you see threads waiting? Can you reproduce this on demand in a test environment with a

OOM when pruging as queue from console when store is at 100%

2018-01-22 Thread alainkr
Hello Using AMQ 5.10.0 Once Store is at 100% when purging a queue we get OutOfMemory error. Is there a setting to prevent this ? Thanks Alain -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: cursorMemoryHighWaterMark applies on the broker ? or policyEntry ?

2018-01-22 Thread alainkr
Hello Yes that's the configuration be with 5.10.0 this didn't work. Like explained. What seams to be working is If producerFlowControl is not false the producer is block if above memoryLimit. Message a not "store" only like when highwatermark is reached. Thanks Al

Secure connection from ActiveMQ to RabbitMQ

2018-01-22 Thread ratiakntr
Hi, We have a integration framework developed using Apache camel 2.17.7 and activemq 5.9.0 for the routing and queuing need. Now we have an request for establish a connection to a rabbitMQ end point from our existing setup . Camel 2.17.7 provides the required support for connecting a rabbitMQ.

AMQ_SCHEDULED_DELAY not working

2018-01-22 Thread ubaid
I have added the scheduler support to true: http://activemq.apache.org/schema/core"; brokerName="localhost" dataDirectory="${activemq.data}" schedulerSupport="true"> then I have set the property of the message to be delayed for 5 seconds:

Re: Consumers hanging on a queue although there are messages in it

2018-01-22 Thread Stefanic
Haris wrote > Here is something more, really weird: Almost always, the following dirty > hack "unblocked" the consumers: refreshing the queue browser page, i.e. > http://localhost:8161/admin/queues.jsp Hi Haris, Did you ever find out what caused this behavior? We recently upgraded both the Activ

Active MQ Automatically Getting Restarted

2018-01-22 Thread tejas13
Hello Team, Last one year we are using Active MQ in production system. We are using version 5.14.5 In early days we were facing max connection exceeded problem, we resolved that by identifying unnecessary open connections. Now we are facing one more problem, after each 10 to 15 days, active mq

Re: Migratiion of Queue data from HornetQ to Artemis 2.x

2018-01-22 Thread Erich Duda
Hi Dharmendra, I mentioned you the commit which fix migration between Artemis 1.x and Artemis 2.x, because if Artemis 2.x is not able to read 1.x export file, I suspect that it is not able to read HornetQ file as well. So I thought that fix for Artemis 1.x could fix also migration from HornetQ