Package org.apache.qpid.server.cluster

Examples of org.apache.qpid.server.cluster.SimpleBodySendable


        QueueDeleteBody request = new QueueDeleteBody((byte)8, (byte)0,
                                                      QueueDeleteBody.getClazz((byte)8, (byte)0),
                                                      QueueDeleteBody.getMethod((byte)8, (byte)0),
                                                      false,false,false,null,0);
        request.queue = getName();
        _groupMgr.broadcast(new SimpleBodySendable(request));
    }
View Full Code Here

TOP

Related Classes of org.apache.qpid.server.cluster.SimpleBodySendable

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.