0 Replies Latest reply on Feb 4, 2014 10:36 AM by nmoelholm

    Naming over HTTP

    nmoelholm

      Hi,

       

      I am using JBoss AS 7.2.

       

      Is it possible to tunnel naming over http? As in "new InitialContext(); // all this talk" ...  If so; any pointer to some documentation or example code is welcome

       

      Real problem: I want to lookup a JMS (HornetQ) connectionfactory via HTTP. I have supposedly taken the proper means to expose a netty servlet (including hornetq acceptor etc.).