[jboss-jira] [JBoss JIRA] (WFLY-13717) Add expressions for the host/port attributes for the outbound socket binding used for mail
Brian Stansberry (Jira)
issues at jboss.org
Thu Jul 30 14:50:00 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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/feature-pack/src/main/resources/feature_groups/messaging-sockets.xml 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/feature-pack/src/main/resources/feature_groups/messaging-sockets.xml 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/feature-pack/src/main/resources/feature_groups/messaging-sockets.xml 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)
More information about the jboss-jira
mailing list