Demystifying WebSocket in Ballerina — Listener, WebSocketCaller & WebSocketClient

In Ballerina a listener represents an an endpoint with required configs to start a server. Caller represents the connection. The listener accepts incoming connection requests (similar to the ‘listening socket’) and the actual connection that is created from it (that is the ‘connected socket’) is the caller. http:Listener is used to listen for WebSocket requests […]

How to configure Ballerina JMS to work with RabbitMQ?

Please note that this is now outdated with Ballerina 1.0.0 and JMS connector is found as wso2/jms A tutorial on configuring Ballerina JMS and RabbitMQ to work together. This is basically about configuring a JMS application and RabbitMQ to work together. https://youtu.be/y51qYvCuIkA Find the resources and commands used in this tutorials: http://bit.ly/BallerinaRabbitMQ Subscribe to my […]