Interface QueuePublisher
public interface QueuePublisher
Simplest possible RabbitMQ publishing API
-
Method Summary
-
Method Details
-
handlePublish
void handlePublish(byte[] data) Publish a new message- Parameters:
data
- the raw content of the message to publish
-