[jboss-jira] [JBoss JIRA] (WFLY-5838) Use WildFly thread pools in Artemis
Jeff Mesnil (JIRA)
issues at jboss.org
Wed Oct 18 03:13:00 EDT 2017
[ https://issues.jboss.org/browse/WFLY-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478488#comment-13478488 ]
Jeff Mesnil commented on WFLY-5838:
-----------------------------------
dev analysis: https://github.com/wildfly/wildfly/pull/10585
> Use WildFly thread pools in Artemis
> -----------------------------------
>
> Key: WFLY-5838
> URL: https://issues.jboss.org/browse/WFLY-5838
> Project: WildFly
> Issue Type: Enhancement
> Components: JMS
> Affects Versions: 10.0.0.CR4
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
>
> Artemis provides a feature to inject its executor and scheduled executor services when a ArtemisServer is created.
> WildFly could leverage that to inject these services so that their thread pools are managed by WildFly.
> We would have total control on the creation and configuration of these thread pools using the org.boss.as.threads extension.
> The messaging-activemq extension would be updated so that a server resource would have new children using resource definitions from the org.boss.as.threads extension to configure their pools.
> {noformat}
> * server
> * bounded-queue-thread-pool or unbounded-queue-thread-pool -> for executor service
> * scheduled-thread-pool -> for scheduled executor service
> {noformat}
> Note that this RFE would not impact the Artemis RA that does not provide such executor injection. This will be covered by another JIRA issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list