public ActiveMQSender(IActiveMQConnection connection)
 {
     _connection = connection;
     _producer   = connection.GetProducer();
 }