Re: Python STOMP consumer hangs

2019-07-01 Thread Tim Bain
I'm not sure that anything you've described clearly indicates that the problem was that ActiveMQ failed to deliver the messages, rather than that the Python client failed to ack the messages. Are you able to reproduce the problem reliably enough to be able to use Wireshark or similar to analyze th

Python STOMP consumer hangs

2019-06-27 Thread jerrium
Hi! I'm currently having issues with Python STOMP consumers hanging when sending a lot of messages. In my application, I specify a number of queues to create. For each queue, I create a connection for each producer and consumer. Each producer produces a fixed number of messages and consumers con

RE: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-03 Thread Andy Redhead
16 17:52 To: users@activemq.apache.org Subject: Re: Artemis Core consumer hangs when reading message sent by AMQP producer Cool, thanks. I won't be able to recreate a test today. But I have a suspicion that the message length is being lost. Will follow up. And like Justin, I would expe

RE: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-02 Thread Andy Redhead
t: Re: Artemis Core consumer hangs when reading message sent by AMQP producer Cool, thanks. I won't be able to recreate a test today. But I have a suspicion that the message length is being lost. Will follow up. And like Justin, I would expect this to work as well. John On Fri, Sep 2, 201

Re: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-02 Thread John D. Ament
protected void send(OutboundNativeProcessMessage outMsg) { > Message msg = new Message.Factory().create(); > msg.setAddress(browserControlQueueUrl); > String msgJson = gson.toJson(outMsg); > msg.setBody(new AmqpValue(msgJson)); > sendBrowserControlMessenger.put(msg); >

RE: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-02 Thread Andy Redhead
on e) { System.err.println("Problem closing browser response queue messenger: " + e.getMessage()); e.printStackTrace(); } } } } -Original Message- From: Andy Redhead [mailto:andy.redh...@oneadvanced.com] Sent: 02 September 2016 17:45 T

Re: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-02 Thread Justin Bertram
ributed to all the subscribers on the list. Perhaps you could create a test-case and put it your GitHub repo (assuming you have one)? Justin - Original Message - From: "Andy Redhead" To: users@activemq.apache.org Sent: Friday, September 2, 2016 11:45:13 AM Subject: RE: Art

RE: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-02 Thread Andy Redhead
Hi, Sorry, I could have sworn I attached the code in my original email - trying again... Cheers, Andy -Original Message- From: John D. Ament [mailto:johndam...@apache.org] Sent: 02 September 2016 17:42 To: users@activemq.apache.org Subject: Re: Artemis Core consumer hangs when reading

Re: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-02 Thread John D. Ament
low > through ok. > > · If the producer users AMQP API and the consumer uses Artemis Core > API then there is a problem > > > > For now I’ll stick with using AMQP at both ends. > > > > I’m still curious to know if it’s reasonable to expect using an AMQP >

RE: Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-02 Thread Andy Redhead
producer and an Artemis Core consumer to work? Cheers, Andy From: Andy Redhead [mailto:andy.redh...@oneadvanced.com] Sent: 01 September 2016 23:03 To: users@activemq.apache.org Subject: Artemis Core consumer hangs when reading message sent by AMQP producer Hi, I'm running Artemis 1.3.0 embe

Artemis Core consumer hangs when reading message sent by AMQP producer

2016-09-01 Thread Andy Redhead
Hi, I'm running Artemis 1.3.0 embedded inside a spring app running in Tomcat. I have a remote message producer (NumberGuessMain.java) that uses the Apache Qpid Proton library to push messages onto an Artemis queue with the URL: amqp://localhost:5672/native-2-java The messages cre

Re: Consumer hangs on creation

2012-10-18 Thread Timothy Bish
;t use topics in ActiveMQ at all, only named queues. Why it tells me > something about a TopicSubscription where I shouldn't have any? > > Any ideas? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Consumer-hangs-on-creatio

Re: Consumer hangs on creation

2012-10-18 Thread Ishitori
hed, blocking message add() pending the release of resources. I don't use topics in ActiveMQ at all, only named queues. Why it tells me something about a TopicSubscription where I shouldn't have any? Any ideas? -- View this message in context: http://activemq.2283324.n4.nabbl

Re: Consumer hangs on creation

2012-10-17 Thread Timothy Bish
hat the broker didn't respond to the consumer who was > waiting for the response forever. > > Why the broker didn't respond anything? What could cause that? And why > consumer didn't throw an exception after the timeout is reached? If there is > a timeout at all? >

Consumer hangs on creation

2012-10-17 Thread Ishitori
t at all? -- View this message in context: http://activemq.2283324.n4.nabble.com/Consumer-hangs-on-creation-tp4657882.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ.NMS consumer hangs after sometime

2012-02-07 Thread Ishitori
? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-consumer-hangs-after-sometime-tp4364689p4364829.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ.NMS consumer hangs after sometime

2012-02-07 Thread Timothy Bish
he server has. > > I also found an issue which describes the same problem and is marked as > resolved - https://issues.apache.org/jira/browse/AMQ-2446 > > What else could cause such a problem? > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com

ActiveMQ.NMS consumer hangs after sometime

2012-02-07 Thread Ishitori
emq.2283324.n4.nabble.com/ActiveMQ-NMS-consumer-hangs-after-sometime-tp4364689p4364689.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: BUG: JMS consumer hangs while producing profusely

2009-06-04 Thread Stephen Pietrowicz
et it to fail. -- View this message in context: http://www.nabble.com/BUG%3A-JMS-consumer-hangs-while-producing-profusely-tp23833387p23875797.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: BUG: JMS consumer hangs while producing profusely

2009-06-02 Thread dcheckoway
appreciated! Thanks again. -- View this message in context: http://www.nabble.com/BUG%3A-JMS-consumer-hangs-while-producing-profusely-tp23833387p23838176.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: BUG: JMS consumer hangs while producing profusely

2009-06-02 Thread Stephen Pietrowicz
27;re trying to isolate what's happening to reproduce this in a test case. The reason I bring this up is that if you try turning producerFlowControl=false, you might run into what we did. -- View this message in context: http://www.nabble.com/BUG%3A-JMS-consumer-hangs-while-producing-pro

BUG: JMS consumer hangs while producing profusely

2009-06-02 Thread dcheckoway
A, and the consumer of queue A is responsible for posting the per-user alert requests to queue B. A consumer of queue B does the actual alert sends. If anybody can think of another way to accomplish this same goal without having a "consumer that also produces thousands of messages," I'm open to hearing it! -- View this message in context: http://www.nabble.com/BUG%3A-JMS-consumer-hangs-while-producing-profusely-tp23833387p23833387.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ producer/consumer hangs when on of the consumer didn't respond

2009-03-20 Thread ashoknan
t >> deal with pooling of consumers; for that look at a library like Jencks >> such >> as in this example >> I am not sure whether this is outdated. >> >> Please let me know if anyone faced this issue before >> -- >> View this message in context:

Re: ActiveMQ producer/consumer hangs when on of the consumer didn't respond

2009-03-20 Thread Gary Tully
me know if anyone faced this issue before > -- > View this message in context: > http://www.nabble.com/ActiveMQ-producer-consumer-hangs-when-on-of-the-consumer-didn%27t-respond-tp22586789p22614510.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source SOA http://FUSESource.com

Re: ActiveMQ producer/consumer hangs when on of the consumer didn't respond

2009-03-19 Thread ashoknan
ntext: http://www.nabble.com/ActiveMQ-producer-consumer-hangs-when-on-of-the-consumer-didn%27t-respond-tp22586789p22614510.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ producer/consumer hangs when on of the consumer didn't respond

2009-03-18 Thread ashoknan
xt: http://www.nabble.com/ActiveMQ-producer-consumer-hangs-when-on-of-the-consumer-didn%27t-respond-tp22586789p22586789.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer hangs

2008-01-28 Thread Rob Davies
PROTECTED] OpenPGP fingerprint: 10F3E02A46E48B5BE7F1B70263F50FB920B926C2 -- View this message in context: http://www.nabble.com/Consumer-hangs-tp15094377s2354p15140980.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
> Mobile: +49 (0)172 2324824 > http://www.dhl.com/ > [EMAIL PROTECTED] > > OpenPGP fingerprint: 10F3E02A46E48B5BE7F1B70263F50FB920B926C2 > > > > > -- View this message in context: http://www.nabble.com/Consumer-hangs-tp15094377s2354p15140980.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer hangs

2008-01-28 Thread Rainer Klute
activemqnewbie schrieb: Issue we have is different from the one you specified. We are testing with just one producer and one consumer to start with and we are having issues with the consumer not receiving messages after sometime. But when I publish more messages ,same consumer does consumes

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
;> Could it be this - i.e. another consumer on your broker? >>> http://activemq.apache.org/i-do-not-receive-messages-in-my-second-consumer.html >>> >>> does looking at the stats in JConsole help? >>> >>> -- >>> James >>> --- >>> http://macstrac.blogspot.com/ >>> >>> Open Source Integration >>> http://open.iona.com >>> > > > > -- View this message in context: http://www.nabble.com/Consumer-hangs-tp15094377s2354p15138021.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer hangs

2008-01-28 Thread James Strachan
On 28/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > For my testing purpose am running only one consumer and i still have the same > problem. What do the JConsole stats say in terms of counters (consumers, enqueue, dequeue counts etc?) -- James --- http://macstrac.blogspot.com/ Open

Re: Consumer hangs

2008-01-28 Thread Rainer Klute
Could it have to do with ? If I remember correctly, this issue has been fixed for the "multiple producers, single consumer" case by some snapshot version *after* version 5.0 had been released. However, as I discovered recently, it is still b

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
acstrac.blogspot.com/ > > Open Source Integration > http://open.iona.com > > -- View this message in context: http://www.nabble.com/Consumer-hangs-tp15094377s2354p15136342.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer hangs

2008-01-28 Thread James Strachan
On 25/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > Hi, > We are using activemq5.o. > Consumer after consuming certain number of messages ,hangs. > But when i publish some more messages,consumer consumes few messages and > hangs again. > I dont see any exceptions in broker/consumer/produ

Consumer hangs

2008-01-25 Thread activemqnewbie
Does anyone have any idea what might be going wrong. Thanks, Vij -- View this message in context: http://www.nabble.com/Consumer-hangs-tp15094377s2354p15094377.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Producer and consumer hangs with specific scenario

2007-09-21 Thread StefanL
course be blocked as the already blocked producer. Here it's on a separate thread. TIA /Stefan http://www.nabble.com/file/p12812854/ConsumerTool.java ConsumerTool.java -- View this message in context: http://www.nabble.com/Producer-and-consumer-hangs-with-specific-scenario-tf4492569s2354.html#a