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

Make number of JMS Consumers configurable by System Properties #1356

Closed
gunterze opened this issue Apr 22, 2018 · 0 comments
Closed

Make number of JMS Consumers configurable by System Properties #1356

gunterze opened this issue Apr 22, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Apr 22, 2018

System Property Docker Environment Variable Default Value
jms.queue.StgCmtSCP.consumer-count WILDFLY_JMS_QUEUE_STGCMTSCP_CONSUMER_COUNT 1
jms.queue.StgCmtSCU.consumer-count WILDFLY_JMS_QUEUE_STGCMTSCU_CONSUMER_COUNT 1
jms.queue.MPPSSCU.consumer-count WILDFLY_JMS_QUEUE_MPPSSCU_CONSUMER_COUNT 1
jms.queue.IANSCU.consumer-count WILDFLY_JMS_QUEUE_IANSCU_CONSUMER_COUNT 1
jms.queue.Export1.consumer-count WILDFLY_JMS_QUEUE_EXPORT1_CONSUMER_COUNT 1
jms.queue.Export2.consumer-count WILDFLY_JMS_QUEUE_EXPORT2_CONSUMER_COUNT 1
jms.queue.Export3.consumer-count WILDFLY_JMS_QUEUE_EXPORT3_CONSUMER_COUNT 1
jms.queue.Export4.consumer-count WILDFLY_JMS_QUEUE_EXPORT4_CONSUMER_COUNT 1
jms.queue.Export5.consumer-count WILDFLY_JMS_QUEUE_EXPORT5_CONSUMER_COUNT 1
jms.queue.HL7Send.consumer-count WILDFLY_JMS_QUEUE_HL7SEND_CONSUMER_COUNT 1
jms.queue.RSClient.consumer-count WILDFLY_JMS_QUEUE_RSCLIENT_CONSUMER_COUNT 1
jms.queue.CMoveSCU.consumer-count WILDFLY_JMS_QUEUE_CMOVESCU_CONSUMER_COUNT 1
jms.queue.DiffTasks.consumer-count WILDFLY_JMS_QUEUE_DIFFTASKS_CONSUMER_COUNT 1

Docker Environment Variables:

WILDFLY_MDB_STRICT_MAX_POOL_SIZE

Configured maximum number of message driven bean instances that the pool can hold at a given point in time. Default value is 32.

WILDFLY_JMS_QUEUE_STGCMTSCP_CONSUMER_COUNT

The number of consumers consuming messages from queue StgCmtSCP. Limits number of concurrently processed Storage Commitment requests. Default value is 1.

WILDFLY_JMS_QUEUE_STGCMTSCU_CONSUMER_COUNT

The number of consumers consuming messages from queue StgCmtSCU. Limits number of concurrently invoked Storage Commitment requests. Default value is 1.

WILDFLY_JMS_QUEUE_MPPSSCU_CONSUMER_COUNT

The number of consumers consuming messages from queue MPPSSCU. Limits number of concurrently forwarded MPPS messages. Default value is 1.

WILDFLY_JMS_QUEUE_IANSCU_CONSUMER_COUNT

The number of consumers consuming messages from queue IANSCU. Limits number of concurrently sent IAN notifications. Default value is 1.

WILDFLY_JMS_QUEUE_EXPORT1_CONSUMER_COUNT

The number of consumers consuming messages from queue Export1. Limits number of concurrently processed Export Tasks from Export1 queue. Default value is 1.

WILDFLY_JMS_QUEUE_EXPORT2_CONSUMER_COUNT

The number of consumers consuming messages from queue Export2. Limits number of concurrently processed Export Tasks from Export2 queue. Default value is 1.

WILDFLY_JMS_QUEUE_EXPORT3_CONSUMER_COUNT

The number of consumers consuming messages from queue Export3. Limits number of concurrently processed Export Tasks from Export3 queue. Default value is 1.

WILDFLY_JMS_QUEUE_EXPORT4_CONSUMER_COUNT

The number of consumers consuming messages from queue Export4. Limits number of concurrently processed Export Tasks from Export4 queue. Default value is 1.

WILDFLY_JMS_QUEUE_EXPORT5_CONSUMER_COUNT

The number of consumers consuming messages from queue Export5. Limits number of concurrently processed Export Tasks from Export5 queue. Default value is 1.

WILDFLY_JMS_QUEUE_HL7SEND_CONSUMER_COUNT

The number of consumers consuming messages from queue HL7Send. Limits number of concurrently sent HL7v2 messages. Default value is 1.

WILDFLY_JMS_QUEUE_RSCLIENT_CONSUMER_COUNT

The number of consumers consuming messages from queue RSClient. Limits number of concurrently forwarded RESTful requests. Default value is 1.

WILDFLY_JMS_QUEUE_CMOVESCU_CONSUMER_COUNT

The number of consumers consuming messages from queue CMoveSCU. Limits number of concurrently invoked retrieve requests. Default value is 1.

WILDFLY_JMS_QUEUE_DIFFTASKS_CONSUMER_COUNT

The number of consumers consuming messages from queue DiffTasks. Limits number of concurrently processed Studies Compare Tasks. Default value is 1.

@gunterze gunterze added the enhancement New feature or request label Apr 22, 2018
@gunterze gunterze added this to the 5.13.1 milestone Apr 22, 2018
@gunterze gunterze self-assigned this Apr 22, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 23, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 23, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 23, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 23, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 23, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 23, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 26, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 26, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 26, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 26, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 26, 2018
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant