/// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public MessageProperties()
 {
     //TODO resumeId, resumeTTl
     deliveryProperites = new org.apache.qpid.transport.DeliveryProperties();
     messagePropreties = new org.apache.qpid.transport.MessageProperties();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public MessageProperties()
 {
     //TODO resumeId, resumeTTl
     deliveryProperites = new org.apache.qpid.transport.DeliveryProperties();
     messagePropreties  = new org.apache.qpid.transport.MessageProperties();
 }