Hi,<div><br></div><div>When sending messages with BasicPublish is it suggested to call imodel.CreateBasicProperties() for each message or is it OK to reuse an instance of IBasicProperties and set the properties per message.</div><div><br></div><div>For example. &nbsp;Say I have a batch of messages I am sending. Each message may have a different ContentType. &nbsp;Should I generate a new IBasicProperties for each message or would I be able to reuse the same instance of IBasicProperties but set the ContentType for each message?</div><div><br></div><div>-Mark</div>