]
ehsavoie Hugonnet reassigned WFLY-10212:
----------------------------------------
Assignee: ehsavoie Hugonnet (was: Jeff Mesnil)
Deploying of jms bridge requires a lot of mandatory parameters
--------------------------------------------------------------
Key: WFLY-10212
URL:
https://issues.jboss.org/browse/WFLY-10212
Project: WildFly
Issue Type: Enhancement
Components: JMS
Affects Versions: 12.0.0.Final
Reporter: Erich Duda
Assignee: ehsavoie Hugonnet
Priority: Major
As you can see in the listing \[1\], deploying of jms bridge requires a lot of mandatory
parameters such as: {{max-batch-size}}, {{max-batch-time}}, {{max-retries}},
{{failure-retry-interval}}.
These parameters should not be mandatory and should use some reasonable defaults.
\[1\]
{code}
[standalone@localhost:9990 /] /subsystem=messaging-activemq/jms-bridge=mybridge:add(
! max-batch-size* quality-of-service*
source-credential-reference subscription-name target-destination*
add-messageID-in-header max-batch-time* selector
source-destination* target-connection-factory* target-password
client-id max-retries* source-connection-factory*
source-password target-context target-user
failure-retry-interval* module source-context
source-user target-credential-reference
{code}