Re: catching exceptions on login

2007-02-06 Thread James Strachan
On 2/6/07, miniman <[EMAIL PROTECTED]> wrote: Transport listner sounds good, do you have an example of this ? Am afraid not but its a pretty trivial listener to implement. -- James --- http://radio.weblogs.com/0112098/

Re: catching exceptions on login

2007-02-06 Thread miniman
tionFactory.java:211) >> at >> org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:158) >> at >> com.db.abmonitor.client.dataimporter.TopicConsumer.run(TopicConsumer.java:40) >> >> My method is >> >

Re: catching exceptions on login

2007-02-06 Thread James Strachan
//www.nabble.com/catching-exceptions-on-login-tf3180552.html#a8825721 Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- James --- http://radio.weblogs.com/0112098/

catching exceptions on login

2007-02-06 Thread miniman
com.db.abmonitor.client.dataimporter.TopicConsumer.run(TopicConsumer.java:40) My method is public synchronized void onException(JMSException ex) { System.out.println("JMS Exception occured. Shutting down client."); } -- View this message in context: http://www.nabble.com/catching-exception