0 Replies Latest reply on May 13, 2009 5:18 PM by yashendrac

    alternative to jbossmq-httpil.sar for accessing JBoss Messin

    yashendrac

      We are migrating to JBoss5.0.1 from JBoss4.2.1
      Our application uses jbossmq-httpil.sar(HTTP/HTTPS Invocation Layer, part of JBossMQ in jboss4, which allows accessing JBossMQ service over the HTTP or HTTPS protocols)

      In new Jboss Msssing, jbossmq-httpil.sar is not there. Does anybody know the alternative to jbossmq-httpil in JBoss 5.

      Also I am accessing HTTPServerILServiceMBean from my code to set some values.

      HTTPServerILServiceMBean mbean = (HTTPServerILServiceMBean) MBeanProxyExt.create(HTTPServerILServiceMBean.class, "jboss.mq:service=InvocationLayer,type=HTTPS");
      mbean.setURLHostName(address.getHostAddress());
      


      So I also need some alternative to HTTPServerILServiceMBean.