Re: Facing the issue "Looking for key XX but not found in fileMap"

2018-03-19 Thread meghaauti
Sure, Thanks We will wait for your reply. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Facing the issue "Looking for key XX but not found in fileMap"

2018-03-19 Thread meghaauti
yes, the file is missing. Currently we are trying to find the reason behind this. These logs are from the activemq.log file. According the JIRA ticket AMQ-5440, this issue has been fixed in 5.14.0 Can you please check this issue and let us know the exact version of the fix? Megha -- Sent

Facing the issue "Looking for key XX but not found in fileMap"

2018-03-19 Thread meghaauti
We are using ActiveMQ 5.14.0 and facing following errors: 2018-03-14 14:51:15,733 | ERROR | Looking for key 703 but not found in fileMap: {1536=db-1536.log number = 1536 , length = 4194304, 1537=db-1537.log number = 1537 , } | org.apache.activemq.store.kahadb.disk.journal.Journal |

Facing the issue "Looking for key XX but not found in fileMap"

2018-03-16 Thread meghaauti
We are using ActiveMQ 5.14.0 and facing following errors: 2018-03-14 14:51:15,733 | ERROR | Looking for key 703 but not found in fileMap: {1536=db-1536.log number = 1536 , length = 4194304, 1537=db-1537.log number = 1537 , } | org.apache.activemq.store.kahadb.disk.journal.Journal |

Re: Delete/Purge Topic

2017-08-17 Thread meghaauti
Hi I am sorry there was a mistake in the previous question Using jolokia api I am able to delete a topic but when topic(with the same name that was deleted) is again created somehow subscribers are not getting registered. Also on web console, I am able to see that subscribers have destination

How to execute purge operation on topic?

2017-08-11 Thread meghaauti
Hi Please suggest how to use REST API for purge operation on topic? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-execute-purge-operation-on-topic-tp4729623.html Sent from the ActiveMQ - User

Re: Delete/Purge Topic

2017-08-10 Thread meghaauti
Hi Using the REST API I already posted, able to delete the topic Now the problem is, when again start our code, producer and subscribers are created but somehow subscribers are getting registered to the Topic again. If I restart AMQ, then loose all the messages from topic (i dont have to re-start

Re: Delete/Purge Topic

2017-07-28 Thread meghaauti
Hi Tim 1. We have certain criteria where all the messages present in the topic is no longer valid and new messages are exported on the same topic. That is the reason I want to delete all the messages on the Topic before new messages are sent. If it is possible to just remove the messages instead

Delete/Purge Topic

2017-07-26 Thread meghaauti
Hello All, I am using ActiveMQ 5.13.3 I have multiple topics and single kahadb folder. My requirement is to delete/purge a specific topic using php code I am trying to use curl request for the same but some how not able to get the proper url. Please do you have any idea/suggestion to do the