On Oct 9, 2007, at 5:20 PM, Zakharov, Vasily M wrote:

Hi, all,

After I deploy a JMS connector (named SPECJMS) and an application
(SPECjAppServer2004) using this connector, the following messages
appear in the console after each 30 seconds or so:

03:06:18,619 ERROR [ActiveMQEndpointWorker] Endpoint connection to JMS
broker failed: Broker: localhost - Client: SPECJMS already connected
03:06:18,619 ERROR [ActiveMQEndpointWorker] Endpoint will try to
reconnect to the JMS broker in 30 seconds

Is this expected to be normal or indicates that some kind of a problem
exists in my configuration?

Thank you!

The deployment plans for the connector and the application are as
follows:
http://cwiki.apache.org/confluence/download/attachments/64828/sjas- jms.x
ml
http://cwiki.apache.org/confluence/download/attachments/64828/sjas- app.x
ml

Yes, I'd say there's a problem. It indicates that either a JMS Connection is being disconnected or a Connection is never being established successfully... How many connections are you trying to create? And, if more than one, it would seem that you are using the same ClientID for them?

--kevan

Reply via email to