onMessage(Message message) {
try {
mMatchReporter.report(((TextMessage) message).getText());
} catch (JMSException e) {
LOG.error("Unable to store audit trace for a match", e);
} catch (MatchReporterException e) {
LOG.error("Unable to store audit trace for a
missed?
Thanks again for your help
Fady
James.Strachan wrote:
>
> On 22/01/2008, Fady <[EMAIL PROTECTED]> wrote:
>>
>> Hello,
>>
>> I am new to JMS and ActiveMQ so I am probably doing something stupid but
>> can't figure out what it is:
>>
and a MessageListener processing them in an
onMessage event.
Everything goes fine apart from the queue size which keeps growing (as
reported by JMX).
I was assuming messages would be automatically removed once the onMessage
method terminates.
Any help would be greatly appreciated.
Fady
--
View
/subscription-recovery-policy.html).
I can't figure out a way to set the NoSubscriptionRecoveryPolicy while
starting the broker via ActiveMQConnectionFactory.
Any help would be greatly appreciated.
Fady
--
View this message in context:
http://www.nabble.com/Setting-subscriptionRecoveryPolicy