1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Anuncie Aqui
    Anuncie aqui você Também: fdantas@4each.com.br

[JBoss] How to make a spring boot app deployed in jboss comunicate with another artemis server?

Discussão em 'StackOverflow' iniciado por Stack, Maio 16, 2025.

  1. Stack

    Stack Membro Participativo

    i am having some troubles trying to configure both jboss and my spring app in order to use another artemis broker instead of the one integrated in jboss. Inside the pom.xml i put the spring-boot-starter-artemis e in the application.properties i put spring.artemis.mode=native spring.jms.jndi-name=java:/jms/artemis-remoteCF which is my pooled connection factory in the messaging jboss subsystem.

    <pooled-connection-factory name="artemis-remote" entries="java:/jms/artemis-remoteCF" connectors="artemis-remote" user="artemis" password="artemis"/>

    <remote-connector name="artemis-remote" socket-binding="artemis-remote"/>

    <outbound-socket-binding name="artemis-remote">
    <remote-destination host="localhost" port="61616"/>
    </outbound-socket-binding>


    why i can't see the consumer in the queue "test" i created? i designed a simple @JmsListener with that destination.

    Thanks!

    Continue reading...

Compartilhe esta Página