You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample consumer for RabbitMQ is available on app/consumer/RabbitMQSampleConsumer.java.
2) Producer
Sample producer for RabbitMQ is available on app/consumer/RabbitMQSampleFirehose.java. A single message can also be sent to RabbitMQ using RabbitMQPublisher.publish().
3) WebSockets Live Streaming / Stats
Live Streaming of activities, simple UI to to pause/re-start consumers and display activities is available on http://localhost:9000/rabbitmq/.