5 Replies Latest reply on Jun 24, 2009 11:38 AM by yashendrac

    JMS over HTTPS:any alternative to jboss 4

    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.
      Code:

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


      Any suggestion would be highly appreciated.

      Thanks