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.