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

Persistance parameter issues #8

Closed
vetss opened this issue Aug 3, 2015 · 1 comment
Closed

Persistance parameter issues #8

vetss opened this issue Aug 3, 2015 · 1 comment

Comments

@vetss
Copy link
Contributor

vetss commented Aug 3, 2015

We need to split a general parameters set into 2 subsets:

  1. parameters that can not be updated when Stack is started
  2. parameters that can be updated when Stack is started

For SCTP stack parameters are:

  1. singleThread, workerThreads
  2. connectDelay

For parameters 1) we need:

  • do not store parameters into xml file
  • remove from CLI / GUI updating for this parameters
  • update manual that we need to setup these paramters in jboss-beans.xml or by invoke of setters before stack start
  • throw Exception if a setter has been invoked when Stack is running

For parameters 2) we need:

  • update manual that we need to setup these paramters either by CLI / GUI or by invoke of setters after stack start
  • throw Exception if a setter has been invoked when Stack is NOT running
@vetss
Copy link
Contributor Author

vetss commented Aug 4, 2015

This issue is fixed by:
f9d2b02

@vetss vetss closed this as completed Aug 4, 2015
AlerantAppNGIN added a commit to AlerantAppNGIN/sctp that referenced this issue Aug 25, 2015
…anagementImpl to comply with the Management API changes (see issue RestComm#8 of the original Mobicents project: RestComm#8)
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

1 participant