Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-25336

Documentation: AMQ 7.11 config updates for EAP 7.4 and EAP 8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Blocker Blocker
    • None
    • 7.4.13.GA, 8.0.0.GA
    • A-MQ7, Documentation
    • None

      With AMQ 7.11 there is required change in configuration of acceptor needed for EAP 7/8 <-> AMQ 7.11 to work properly.

      Issue is related to allowing to configure remote AMQ 7 broker using JMS messages sent to activemq.management queue which is used by EAP to create queues/topics on AMQ 7 broker. Following options should be added

      supportAdvisory=false;suppressInternalManagementObjects=false

      Like:

      <acceptor name="artemis">tcp://0.0.0.0:61616?anycastPrefix=jms.queue.;multicastPrefix=jms.topic;...;supportAdvisory=false;suppressInternalManagementObjects=false</acceptor>

      This change should go Configuring Messaging guide to EAP 7.4 and EAP 8.0

            dsoni@redhat.com Dhruv Soni
            mnovak1@redhat.com Miroslav Novak
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: