How to convert IIB broker service in Azure Function?

vinothraj n 1 Reputation point
2022-09-23T10:53:41.343+00:00

Converting IIB broker service , written in JAVA to be migrate into Azure Function ?

What are the possible way of migration?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,679 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,456 Reputation points
    2022-09-28T05:21:06.49+00:00

    @vinothraj n ,

    Thanks for reaching out to Q&A forum.

    You can run java apps/code in Azure Java functions. However IIB broker service is owned by IBM, so you might want to check with IBM if this service would be compatible with Azure Functions or not. If you have created your own node by using the com.ibm.broker.plugin and it is working as expected in your local machine, then you can deploy to Azure functions java runtime and then test it.

    Hope this helps! Feel free to reach out to me if you have any questions or concerns.