我想将JMS队列从Jboss迁移到tomcat9。
我还启动了一个独立的hornetQ服务器,并将所有队列添加到hornetq-jms.xml中。现在,当我使用其中的war文件启动雄猫服务器时,它会引发错误javax.naming.NameNotFoundException: Name [Queue] is not bound in this context.Unable to find Queue
。>
我已经将所有队列添加到hotnetq-jms.xml中,并且hornetq服务器也已启动。我如何在jboss中配置hornetq服务器?如何确保tomcat能够从hornetq中进行jndi查找服务器?