ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Implement connection/channel pooling for ballerinax/rabbitmq #6693

Open aashikam opened 4 months ago

aashikam commented 4 months ago

Description: There is no built in support for this from java client. The options include Apache commons generic ObjectPool. Need to research on the suitable/commonly used library to this and implement it.

Added extra points due to the unknown time required for the research part.