Re: cannot start activemq after deleting db-14.log in kahadb

2016-09-29 Thread MariscaJane
i'm sorry, i just need to start 2 times to turn on the activemq, it will make
db-1.log, but all message pending gone

thank you all :D



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/cannot-start-activemq-after-deleting-db-14-log-in-kahadb-tp4717097p4717201.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: activemqmessageconsumer duplicate dispatch on connection

2016-09-23 Thread MariscaJane


  









  

  

  



i use your suggestion, but i still see a pending message :( still got the
same error, any other suggestion? thank you sir :D



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/activemqmessageconsumer-duplicate-dispatch-on-connection-tp4716779p4716821.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


activemqmessageconsumer duplicate dispatch on connection

2016-09-22 Thread MariscaJane
hello guys
this is my first post
i want to ask about activemq
i have 2 broker instances
i sent queue to broker A,now there is 1000 in broker A.
when i activate (turn on) the consumer(the consumer had a method failover)
the queue started to be consumed by the consumer, after that i turn off
(disconected) broker A, now the consumer move to brokers B.
then i turn on the broker A, and the broker A started to delivery pending
message to broker B.
after all message pending has been transferred to broker B, i turn off the
broker B, now the consumer move to brokers A, and then i turn on broker B

BUT, the pending message in broker B didnt move to broker A
when i see the log, there is a message like this "activemqmessageconsumer
duplicate dispatch on connection"

anyone know how to solve this problem ?

thank you so much



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/activemqmessageconsumer-duplicate-dispatch-on-connection-tp4716779.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


cannot start activemq after deleting db-14.log in kahadb

2016-09-28 Thread MariscaJane
is this the same topic with "KAHADB clean up old log files" post by Hill,
Steve?

yesterday i deleting db-14.log in kahadb, when i restart the activemq,
activemq cannot start, but when i copy back db-14.log in that kahadb folder,
activemq can start.

i cannot see the message in db-14.log, i just see a blank files, but why
activemq cannot start when i deleted it? is there any other way to delete
this file?

thank you so much



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/cannot-start-activemq-after-deleting-db-14-log-in-kahadb-tp4717097.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: increasing number of pending message when consumer hit wrong url

2016-10-14 Thread MariscaJane
.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/increasing-number-of-pending-message-when-consumer-hit-wrong-url-tp4717857p4717893.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


increasing number of pending message when consumer hit wrong url

2016-10-13 Thread MariscaJane
hai everyone
this my first time using C,
i have problem in my consumer, i have 1 number of pending message, when i
set wrong url in the consumer's config and i start it, my number of pending
message increased

is there any problem using one of these in run method ?
//session = connection->createSession( Session::AUTO_ACKNOWLEDGE );
//session = connection->createSession( Session::CLIENT_ACKNOWLEDGE );

my first message didnt consumed, still in number of pending message, but my
number of pending message increased T_T

can you help me ?
thank you



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/increasing-number-of-pending-message-when-consumer-hit-wrong-url-tp4717857.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.