Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Window Size Property #398

Open
blackalkane opened this issue Feb 14, 2023 · 2 comments
Open

Publish Window Size Property #398

blackalkane opened this issue Feb 14, 2023 · 2 comments

Comments

@blackalkane
Copy link

Hello @grs

Does rhea has a publish window size property to set for a connection/session/sender, it's a property that limits the maximum number of messages that can be published before the broker must receive an acknowledgement from the appliance?

We're using rhea as our AMQP client link to our internal service called - Message-queuing (Message Broker as a Service @ SAP). It's based on Solace PubSub. For application using other protocols like JCSMP, they can configure it easily https://docs.solace.com/API/API-Developer-Guide/Sending-Guaranteed-Messages.htm#publishing_guaranteed_messages_3926332939_617205

Thank you.

@grs
Copy link
Member

grs commented Feb 15, 2023

No. There isn't really anything in the AMQP protocol that would allow that information to be conveyed by the sender to the receiver. The window is always controlled by the receiving side.

@grs
Copy link
Member

grs commented Feb 15, 2023

You could ask the broker/service support how they determine that publish window in the AMQP case. If there is anything the sender can control to influence that which I am missing we can then determine how it is exposed through rhea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants