Re: Queues with empty name appear in web console

2016-06-22 Thread RuralHunter
No, they don't come back immediately if I delete them. But they will appear occasionally when activemq is running in steady status. There is no easy observed trigger as far as I know such as restart etc. I don't know if it is triggered by admin console reloading since we always need to reload the a

Re: 5.13.3 Invisible message prevents storage garbage clean

2016-06-22 Thread RuralHunter
I already turned on the trace log on MessageDatabase and also added some debug code. The file is removed from the GC candidates in this loop in the method 'void checkpointUpdate(Transaction tx, boolean cleanup) throws IOException': // Go through all the destinations to see if any of the

kahadb.log files not cleaning up on scheduler store

2016-06-22 Thread abhijith
Hi, We have deployed ActiveMQ v5.6 and it has been running for last 3 years. We are in the process of upgrading to Artemis, but facing an issue currently with deployed version. We are sending messages with AMQ_SCHEDULED_DELAY header to topic and have used retrypolicy on the consumer side. We al

Persistence Pending messages are missing after restart

2016-06-22 Thread Santosh
Hi, I am new to active MQ. Installed activemq 5.13.2. I am losing all my messages(including durable topic) after activeMQ server restart. Please find the below console screen shots before and after active MQ server restart. before activeMQ restart:

Re: 5.13.3 Invisible message prevents storage garbage clean

2016-06-22 Thread Christopher Shannon
The garbage collection process which determines which files can be garbage collected is done in the MessageDatabase class that is part of KahaDB. If you turn on trace logging for org.apache.activemq.store.kahadb.MessageDatabase then your log file will spit out a ton of information about the gc pro

Re: Messages in pagedInPendingDispatch are not redelivered after failover therefore caused message loss

2016-06-22 Thread akilah
Thanks for the reply and suggestions. A jira has been created and we look forward to a resolution or recommendations to overcome this problem so our project can move forward. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-in-pagedInPendingDispatch-are-not-redel

Message consumption stuck from activemq using camel jms component

2016-06-22 Thread kuntalc-techid
I have an application with two camel routes: Route 1 (Consumer Route) Reads a text file having no. of records (line separated), split them based on each line and sends each split record to another queue ('intermediate' queue) Route 2 (Producer Route) Reads each record from intermediat

Re: Queues with empty name appear in web console

2016-06-22 Thread Tim Bain
If you delete them, do they come back eventually? If so, what's the trigger? (After some time, after reloading the admin console page, after restarting the broker, etc?) Also, what URL do they point to? Is there any chance that the URL is for a real queue (not one named after the CSS files)? On

Re: jars needed for a jms client application

2016-06-22 Thread danny
thanks All, for the info, it really helped me out. I had to upload the minimal set of jar's to a remote box, -- View this message in context: http://activemq.2283324.n4.nabble.com/jars-needed-for-a-jms-client-application-tp4713101p4713241.html Sent from the ActiveMQ - User mailing list arch

Re: Artemis: Automatic failback does not work

2016-06-22 Thread Martyn Taylor
Hi Sebastian, Good to hear this resolved your problem. The whole connector/acceptor concept in Artemis is a little bit confusing. In short, the acceptor in the config is a way to configure the broker to allow clients to connect. It opens a port, configures the protocols etc A Connector is e