Reading from Azure Service Bus using App Connect Enterprise
Medium |
remove preview |
 |
Reading from Azure Service Bus using App Connect Enterprise |
This recipe is to enable IBM App Connect Enterprise (ACE) to read from a JMS Provider such as Azure Service Bus without writing any code. We'll use the ACE's built-in JMS provider policy and Apache... |
View this on Medium > |
|
|
------------------------------
Abu Davis
------------------------------
Original Message:
Sent: Thu February 22, 2024 06:04 AM
From: Ashik Iqbal
Subject: Reading from Azure service bus queue using ACE on CP4I
Hi
Were you able to get this working ? Can you please share your inputs ?
------------------------------
Ashik Iqbal
Original Message:
Sent: Thu January 19, 2023 06:58 AM
From: Abu Davis
Subject: Reading from Azure service bus queue using ACE on CP4I
We are running latest EUS version of ACE on CP4I 2022.2.1 on Openshift 4.10 on Azure cloud.
We are having trouble reading from an Azure service bus queue using ACE 12.0.5.0-r1-lts image on the cloud pak.
We have been exploring ways of doing this using JMS Providers policy on ACE on CP4I while trying to not write code as far as possible, could you please suggest the best way to achieve this? it should ideally also be supported.
https://www.ibm.com/docs/en/app-connect/12.0?topic=properties-jms-providers-policy-jmsproviders
Note on azure service bus queue - https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quickstart-portal#what-are-service-bus-queues
Following are the details to connect to Azure service bus queue:
---
Endpoint=sb://testbus.servicebus.windows.net/;SharedAccessKeyName=QA;SharedAccessKey=xxxxx=;EntityPath=test-bus
---
The message on the azure service bus queue which we wish to read at regular intervals looks like this:
---
{ "ContactId": "95340211-c7e0-ec11-bb3c-03333349c8b52", "Action": "Create/Update/Delete" }
---
------------------------------
Abu Davis
------------------------------