Here is some more information, when I try to shut down all the routers
(after this problem) I get this exception: 

javax.naming.NamingException: unable to connect, exception =
javax.jms.JMSException: error creating socket connection to lvap007:4001,
message: Connection refused
        at com.swiftmq.jndi.ContextImpl.<init>(ContextImpl.java:46)
        at
com.swiftmq.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextF
actoryImpl.java:19)
        at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
        at ...

Does that help at all?

Thanks,

Matt
------------------------------------------


All,

We have a multi process system (about 15 different processes) routing
messages to eachother on the same physical machine. Each process will
restart itself if there is a fatal exception thrown. We have noticed if
there are 50,000 messages in the queue, it freezes trying to reference the
QUEUE's. Does that make sense? We have object representations of Queues and
the .NAME is a static variable we use to reference which processes can talk
to certain queues. 

Here is the code, am I crazy?
--------------------------------------------

  LOG.debug("initJMSSenders-start");                  // PRINTS THIS OUT

        ArrayList outList = new ArrayList();
        outList.add(JobListRequestQueue.NAME);
        outList.add(JobReconcileListRequestQueue.NAME);
        outList.add(JobInBatchRequestQueue.NAME);
        outList.add(JobInInteractiveRequestQueue.NAME);
        outList.add(SinglePostListRequestQueue.NAME);

  LOG.debug("initJMSSenders-end");              //  DOES NOT PRINT THIS OUT

--------------------------------------------------

Thanks for any help.

Matt Dowell
techies.com


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/


------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to 
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/




Reply via email to