How can I get value of Socket Binding via jboss-cli.sh?
Issue
- How can I get value of Socket Binding via jboss-cli.sh?
- Using EAP Management (Configuration -> Connector -> Mail -> JNDI Name -> View), I'm able to see "Socket Binding", but I'm unable to see actual value of that binding.
- I'm able to see value inside of .xml file:
# grep remote-destination /etc/jbossas/standalone/standalone-full-ha.xml
<remote-destination host="X" port="25"/>
<remote-destination host="X" port="5445"/>
<remote-destination host="X" port="5445"/>
<remote-destination host="X" port="25"/>
<remote-destination host="X" port="25"/>
#
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.