To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorPublishing A Message
- Background
-
- Given
-
the following broker configuration:
MessageDriver::Broker.define do |b| b.destination :my_queue, "my_queue", exclusive: true end
- Scenarios
-
- Running within a with_message_transaction block
-
- When
-
I execute the following code:
publish(:my_queue, "Test Message")
- Then
-
I expect to find 1 message on :my_queue with:
body Test Message
Last published over 7 years ago by soupmatt.