pulsar-jms
pulsar-jms copied to clipboard
DataStax Starlight for JMS, a JMS API for Apache Pulsar ®
implement prefect logic for the destination prefetch - prefetch size will be like below will be passed as part of the destination name ``` mybean queues/@my.Queue?consumer.prefetchSize=3 ```
Currently, we are seeing a high number of connections on the Broker so see if you can optimize. We would like to have a way to control the number of...
Pulsar client supports OAuth2 client authentication https://pulsar.apache.org/docs/security-oauth2/ and you can already use it by configuring the PulsarConnectionFactory via authPlugin and authParams. but there is a request to support it while...
When we use Pulsar as the underlying message processing platform, one big benefit is to allow message replaying. This feature is beyond the capability of existing JMS technologies although it...