App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Reading from Azure service bus queue using ACE on CP4I

    Posted Thu January 19, 2023 10:07 AM
    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
    ------------------------------


  • 2.  RE: Reading from Azure service bus queue using ACE on CP4I

    Posted Thu February 22, 2024 03:36 PM

    Hi

    Were you able to get this working ? Can you please share your inputs ?



    ------------------------------
    Ashik Iqbal
    ------------------------------



  • 3.  RE: Reading from Azure service bus queue using ACE on CP4I

    Posted Thu February 22, 2024 05:31 PM
    Edited by Abu Davis Sun September 22, 2024 07:30 AM

    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
    ------------------------------