Integration with RabbitMQ
One of the requirements in my project is to connect to RabbitMQ for sending and receiving messages. As I understand there is no native support from Pega to integrate with RabbitMQ but JMS or Java client libraries that RMQ provides could to be used to integrate.
Since there are certain known limitations to use JMS with RMQ, we are planning on using Java client.
we need a program to keep pooling messages from the queue.
I need help/guidelines on how to set this up and running,