3 Replies Latest reply on Jan 14, 2014 5:47 AM by ataylor

    Secure in-vm-acceptor

    cornhoolio22

      Hi,

       

      hope this is the correct forum for this question. I looked on the HornetQ start page, but the user forum link doesn't work (HornetQ - Community - JBoss Community, http://www.jboss.org/index.html?module=bb&op=viewforum&f=312).

       

      I saw the changes made in [HORNETQ-841] allow unsecure invm connections when security is enabled - JBoss Issue Tracker.

       

      I also looked in the code and saw this in the InVmAcceptor class and the isUnsecurable value is fixed:

       

         /**

          * we are InVM so allow unsecure connections

          *

          * @return true

          */

         public boolean isUnsecurable()

         {

            return true;

         }

       

       

      Is there a possibility to secure internal communication using in-vm?

       

      Currently I'm running on the 7.2.0 Alpha version of JBoss. But I looked also in the honretQ 2.3.x branch and it doesn't seem to be changed there.

       

      Thx and cheers,

      Markus