🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

Missing implementation in MessagingServiceClientBuilder

scaciandone
scaciandone Member Posts: 2
edited August 2021 in Early Access API #1

I wanted to use a PersistentMessageReceiver receiver for my client as it can connect to a queue (instead of a topic) and messages can be acknowledged.
I'm using solace-messaging-client-0.0.5-dev.584.jar where MessagingServiceClientBuilder class is returning null for the method createPersistentMessageReceiverBuilder (). Is this just to discourage the usage of this receiver or it's safe for anyone who wants to use it to adjust the code?
public PersistentMessageReceiverBuilder createPersistentMessageReceiverBuilder() { return null; }

Comments