[
https://issues.redhat.com/browse/WFLY-13717?page=com.atlassian.jira.plugi...
]
Brian Stansberry updated WFLY-13717:
------------------------------------
Description:
We should make it easier for people to set the host/port of the remote mail server at
runtime without having to edit the configuration. See
https://github.com/bstansberry/wildfly/blob/ee-9-feature-pack/ee-9/featur...
for a possible equivalent thing for a connection to a remote messaging broker.
{code}
<?xml version="1.0" encoding="UTF-8"?>
<feature-group-spec name="messaging-sockets"
xmlns="urn:jboss:galleon:feature-group:1.0">
<feature
spec="socket-binding-group.remote-destination-outbound-socket-binding">
<param name="remote-destination-outbound-socket-binding"
value="messaging-activemq"/>
<param name="host"
value="${jboss.messaging.connector.host:localhost}"/>
<param name="port"
value="${jboss.messaging.connector.port:61616}"/>
</feature>
</feature-group-spec>
{code}
was:We should make it easier for people to set the host/port of the remote mail server
at runtime without having to edit the configuration. See
https://github.com/bstansberry/wildfly/blob/ee-9-feature-pack/ee-9/featur...
for a possible equivalent thing for a connection to a remote messaging broker.
Add expressions for the host/port attributes for the outbound socket
binding used for mail
------------------------------------------------------------------------------------------
Key: WFLY-13717
URL:
https://issues.redhat.com/browse/WFLY-13717
Project: WildFly
Issue Type: Enhancement
Components: Mail
Reporter: Brian Stansberry
Assignee: Yeray Borges Santana
Priority: Major
Fix For: 21.0.0.Beta1
We should make it easier for people to set the host/port of the remote mail server at
runtime without having to edit the configuration. See
https://github.com/bstansberry/wildfly/blob/ee-9-feature-pack/ee-9/featur...
for a possible equivalent thing for a connection to a remote messaging broker.
{code}
<?xml version="1.0" encoding="UTF-8"?>
<feature-group-spec name="messaging-sockets"
xmlns="urn:jboss:galleon:feature-group:1.0">
<feature
spec="socket-binding-group.remote-destination-outbound-socket-binding">
<param name="remote-destination-outbound-socket-binding"
value="messaging-activemq"/>
<param name="host"
value="${jboss.messaging.connector.host:localhost}"/>
<param name="port"
value="${jboss.messaging.connector.port:61616}"/>
</feature>
</feature-group-spec>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)