This content has been marked as final.
Show 2 replies
-
1. Re: Jboss cli script
jamezp Jul 19, 2017 6:16 PM (in response to azizimranz)You're not actually removing the JNDI name with that command. You're removing a resource named
java\:jboss\/mail\/Default:remove
, If you want to remove the default mail session you need to use the following CLI command:/subsystem=mail/mail-session=default:remove
That will remove the default mail session.
--
James R. Perkins
-
2. Re: Jboss cli script
azizimranz Jul 19, 2017 7:19 PM (in response to jamezp)Thanks James,
Yes that was working. I have done this yesterday.
Thanks for the reply. Its correct answer.
Regards
Imran