Package com.sun.messaging.jmq.jmsserver.util

Examples of com.sun.messaging.jmq.jmsserver.util.BrokerDownException


                Globals.getClusterBroadcast().acknowledgeMessage2P(addr,
                                 (SysMessageID[])null, (ConsumerUID[])null,
                                 ClusterBroadcast.MSG_ROLLEDBACK, null,
                                 new Long(id.longValue()), false, false);
                } else {
                throw new BrokerDownException("Failed to rollback transaction "+
                id+" to broker "+bas[i].toString(), Status.GONE);
                }
            }
        } catch (Exception e) {
            logger.log(logger.WARNING,"notify rollback transaction"+id +" failed:"+e.getMessage());
View Full Code Here

TOP

Related Classes of com.sun.messaging.jmq.jmsserver.util.BrokerDownException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.