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
We need a rules action that will accept the message from our EventGenerator actions and allow users to enter multiple queues into a UI for broadcasting. The annotation will look something like this:
Combine the array received by recipients into a comma separated list, and insert it as the IslandoraBroadcastRecipients header. Using the publishing service from #467, you should publish the event to the Camel broadcaster, whose queue (islandora-connector-broadcast by default) should be retrieved from configuration. So you'll need to add that to the islandora module's config form.
As far as tests are concerned, we cannot do a full IT test since Alpaca is not on the Travis environment, but we should still test that a message gets published to islandora-connector-broadcast and has the correct headers/message.
The text was updated successfully, but these errors were encountered:
Depends on #448, #466, and #467
We need a rules action that will accept the message from our EventGenerator actions and allow users to enter multiple queues into a UI for broadcasting. The annotation will look something like this:
Combine the array received by recipients into a comma separated list, and insert it as the
IslandoraBroadcastRecipients
header. Using the publishing service from #467, you should publish the event to the Camel broadcaster, whose queue (islandora-connector-broadcast
by default) should be retrieved from configuration. So you'll need to add that to the islandora module's config form.As far as tests are concerned, we cannot do a full IT test since Alpaca is not on the Travis environment, but we should still test that a message gets published to
islandora-connector-broadcast
and has the correct headers/message.The text was updated successfully, but these errors were encountered: