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

problem with concurency in export task #1599

Closed
lsoeot opened this issue Sep 19, 2018 · 1 comment
Closed

problem with concurency in export task #1599

lsoeot opened this issue Sep 19, 2018 · 1 comment

Comments

@lsoeot
Copy link

lsoeot commented Sep 19, 2018

Hello,

there is another problem we experience export task even if we set fetch size to bigger number (like 30)
always send only 5 concurent thread...

like in screen bellow
image

@gunterze
Copy link
Member

gunterze commented Sep 20, 2018

Number of JMS consumers is configurable by System properties (s. #1356), which requires that Spec Descriptor Property Replacement is enabled:

$ ~/wildfly-13.0.0.Final/bin/jboss-cli.sh -c
[standalone@localhost:9990 /] /subsystem=ee:read-attribute(name=spec-descriptor-property-replacement)
{
    "outcome" => "success",
    "result" => true
}

Please post questions to the dcm4che user forum. Github issue tracker shall only be used for bug reports and specific feature requests.

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