[
https://issues.apache.org/jira/browse/ARTEMIS-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699826#comment-17699826
]
Justin Bertram commented on ARTEMIS-4095:
-----------------------------------------
Unfortunately those instructions are pretty vague. I was looking for something
a bit more comprehensive and precise. For example...
# Download JBoss AS 4.2.3 from
https://sourceforge.net/projects/jboss/files/JBoss/JBoss-4.2.3.GA/
# Uncompress archive to {{/path/to/jboss}}
# Download ActiveMQ JCA RA 5.15.5 from
https://repo1.maven.org/maven2/org/apache/activemq/activemq-rar/5.16.5/
# Copy {{activemq-rar-5.16.5.rar}} to {{/path/to/jboss/deploy}}
# Deploy attached MDB to {{/path/to/jboss/deploy}}
# Download ActiveMQ Artemis 2.28.0 from
https://activemq.apache.org/components/artemis/download/
# Uncompress archive to {{/path/to/activemq}}
# Create queue named {{TEST}} in {{broker.xml}}
# Start ActiveMQ Artemis
# Start JBoss AS
# ...
The instructions should include all the details necessary to reproduce the
problem including any configuration changes, etc. Also, if reproducing the
problem requires an MDB or a JMeter project then you should attach those as
well. The simpler and clearer you can make the instructions the more likely it
is someone will actually investigate the problem. If reproducing the problem
requires a lot of work to figure out details then it's plausible that nobody
will take the time to do it.
> OpenWire clients are unable to consume from mutlicast queue after 2nd paging
> ----------------------------------------------------------------------------
>
> Key: ARTEMIS-4095
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4095
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: OpenWire
> Affects Versions: 2.26.0, 2.27.0, 2.27.1
> Environment: Artemis, deployed through the official docker image in
> version {{2.26.0}} in an OpenShift cluster
> Reporter: Marco Bungart
> Priority: Major
> Attachments: artemis-Xmx1G.png, artemis-Xmx2G.png, graph1.png,
> graph2.png
>
>
> I observed that after artemis went into paging for the 2nd time, OpenWire
> clients were not able to read messages from their corresponding addresses.
> Restarting the applications connected as clients does not fix the issue.
> Restarting artemis, however, does fix the issue.
> Both images attached show the messages of two queues.
> - The upper (orange) line in the 1st graph shows count of messages in a queue
> to which core clients are connected.
> - The lower (blue) line in the 1stg raph shows count of messages in a queue
> to which OpenWire clients are connected.
> - in the 2nd graph, the upper (violet) line shows count of messages in a
> queue to which core clients are connected.
> - in the 2nd graph, the lower (green) line shows count of messages in a queue
> to which OpenWire clients are connected.
> I have a heap dump that we could share, showing the accumulated objects. the
> dump is about 90 MB in size If this would be helpful to have, please let me
> know.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)