Projects tigase _server server-core Issues #384
Configuring the number of messages before requesting an acknowledgement (#384)
Won't Fix
Unknown opened 10 years ago
Due Date
2014-12-30

In tigase.server.xmppclient.StreamManagementIOProcessor - it seems like you intended to make the ack request count configurable, it is very useful for my project.

Are you planning to add it to configuration?

Artur Hefczyc commented 10 years ago

Yes, I think it makes sense.

Andrzej, what do yo think?

Andrzej Wójcik (Tigase) commented 10 years ago

Yes, I think it might be useful.

Andrzej Wójcik (Tigase) commented 10 years ago

I added support for new parameter ack-request-count for StreamManagementIOProcessor which makes ack request count configurable, ie. by addition of following line to etc/init.properties file:

c2s/processors/urn\:xmpp\:sm\:3/ack-request-count[I]=1

which will set this property to 1 for StreamManagementIOProcessor for c2s component.

issue 1 of 1
Type
New Feature
Priority
Blocker
Assignee
RedmineID
2427
Spent time
9h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#384
Please wait...
Page is in error, reload to recover