}
// Set up a throttle to control the send rate, if a rate > 0 is specified.
if (_rate > 0)
{
_rateLimiter = new BatchedThrottle();
_rateLimiter.setRate(_rate);
}
// Create the connection and message producers/consumers.
// establishConnection(true, true);