On 19/09/11 10:36, Emile Joubert wrote: > Use any of these, or create your own from > com.rabbitmq.client.BasicProperties() That should have been com.rabbitmq.client.AMQP.BasicProperties() - com.rabbitmq.client.BasicProperties() is an interface. Apologies for any confusion caused.