String clientName, String virtualPath, String serviceName)
throws AMQException, JMSException, URLSyntaxException
{
_connection = new AMQConnection(brokerDetails, username, password,
clientName, virtualPath);
_connection.setConnectionListener(new ConnectionListener()
{
public void bytesSent(long count)
{
}