We have been using apache camel with JMS to route and process messages. We are now considering switching from JMS to using Pulsar. I have been experimenting with the camel-pulsar component but can't find any documentation on how to use the component. With JMS, it is possible to create a transaction on the route. Is bit possible to have a transaction with pulsar, so that if processing fails the message is returned to pulsar? Also, is there any documentation on the camel-pulsar component apart from the code in gitlab?
Many Thanks
Bruce
Can't find method to use.