Microsoft Azure Service Bus
Microsoft Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics.
Actions
-
unlockTopicMessage: Unlock a Topic message
-
deleteTopicOrQueue: Delete a Topic or a Queue
-
createRule: Create a Rule with a Subscription
-
deleteQueueMessage: Delete message from a Queue
-
updateQueue: Update Queue properties
-
deleteSubscription: Delete a Subscription associated with a Topic
-
deleteTopicMessage: Delete a message from a topic
-
unlockQueueMessage: Unlock a Queue message
-
sendMessageBatch: Send a batch message to a Topic or Queue
-
getEntityTopicOrQueue: Get details of a Topic or Queue
-
updateTopic: Update Topic properties
-
enumerationSubscriptions: List subscriptions associated with a Topic
-
renewTopicMessageLock: Renew lock on a topic message
-
getEntitySubscription: Get Subscription detail
-
renewQueueMessageLock: Renew lock on a Queue message
-
createTopic: Create a Topic on the Azure ServiceBus
-
createSubscription: Topic Subscription is created on Azure ServiceBus
-
updateSubscription: Update Subscription properties
-
sendMessage: Send a message to a Topic or Queue
-
deleteRule: Delete Rule associated with a Subscription
-
getEntityRule: Get details of a Rule
-
receiveTopicMessage: Receive a Topic message
-
receiveQueueMessage: Receive a Queue message
-
receiveAndDeleteQueueMessage: Delete a Queue message once you receive it
-
createQueue: Create a Queue on the Azure Service Bus
-
receiveAndDeleteTopicMessage: Delete a Topic message once you receive it
-
updateRule: Update Rule properties
Usage Notes
There is a variation of runtime signatures in the Workflow or Flow service for the receive actions : receiveTopicMessage, receiveQueueMessage, receiveAndDeleteQueueMessage and receiveAndDeleteTopicMessage, if the messages are sent from the external sources other than the Microsoft Azure Service Bus connector like Postman.
Examples:
- Message sent from a REST client application.
Message received in IBM® webMethods Integration tenant.
Message sent from IBM webMethods Integration tenant.
Message received in IBM webMethods Integration tenant.