Re: [ANNOUNCE] ActiveMQ Artemis 2.13.0 Released

2020-05-27 Thread Robbie Gemmell
On Wed, 27 May 2020 at 10:59, Robbie Gemmell  wrote:
>
> On Tue, 26 May 2020 at 18:16, Clebert Suconic  
> wrote:
> >
> > I'm pleased to announce the release of ActiveMQ Artemis 2.13.0
> >
> > Downloads are now available at:
> > http://activemq.apache.org/artemis/download.html
> >
> >
> > This version has some major improvements on AMQP Performance. We
> > performed extensive tests with AMQP and found a few minor changes that
> > made a huge impact in performance, especially around flow control.
> >
> > There are other improvements that you can follow through the release notes:
> >
> > http://activemq.apache.org/components/artemis/download/release-notes-2.13.0
> >
> >
> > Many thanks for all the contributors to this release.
>
> The release is available from the website as above but there looks to
> have been an issue with it being synced to Maven Central and so it
> isn't available there yet, though it is in the ASF maven repo. I've
> reported the issue to ASF Infra to look into.
>

The release has now been synced to Maven Central.


Re: How to access KahaDB db.data in activeMQ-5.15.0 ?

2020-05-27 Thread skao
Hi Tim,

Hmmm... That is interesting.
Let me try to produce a new message in activemq and see if I can see the
json message body.

On the other hand, the plain text message is working fine that I can see the
message body.

Will try another json message to verify.

Regards,
Samuel



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html


Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2020-05-27 Thread Atri Sharma
I am not an expert, but if this issue seems something that can be tackled
with guidance, I can take a look?

On Wed, 27 May 2020 at 17:42, Tim Bain  wrote:

> No, I haven't yet found the block of time needed to reproduce the problem
> and identify the root cause. Sorry, I know it's frustrating to ask for help
> and not get it, but I do this as a volunteer in my personal time, and just
> haven't found a large enough block of time when there wasn't something else
> I needed to be doing. Hopefully I or someone else will get time to do this
> investigation sometime soon.
>
> Tim
>
> On Wed, May 27, 2020, 12:57 AM Ashish Vaishno 
> wrote:
>
> > Hello Tim,
> >
> > Did you manage to have a look on the issue?
> >
> > Regards
> > Ashish
> >
> >
> >
> > --
> > Sent from:
> > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
> >
>
-- 
Regards,

Atri
Apache Concerted


Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2020-05-27 Thread Tim Bain
No, I haven't yet found the block of time needed to reproduce the problem
and identify the root cause. Sorry, I know it's frustrating to ask for help
and not get it, but I do this as a volunteer in my personal time, and just
haven't found a large enough block of time when there wasn't something else
I needed to be doing. Hopefully I or someone else will get time to do this
investigation sometime soon.

Tim

On Wed, May 27, 2020, 12:57 AM Ashish Vaishno  wrote:

> Hello Tim,
>
> Did you manage to have a look on the issue?
>
> Regards
> Ashish
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>


Re: How to access KahaDB db.data in activeMQ-5.15.0 ?

2020-05-27 Thread Tim Bain
Two different methods of viewing the message content both indicate that
there's no message body? That sounds like maybe your messages don't have
bodies...

I'm not an expert in Camel, but I've done enough with it to believe that
the method you found will capture the full message (headers and body), so I
don't think there's reason to believe that the code you found is wrong or
doesn't work as expected.

Tim

Tim

On Tue, May 26, 2020, 12:23 PM skao  wrote:

> This is exactly what I added in activemq.xml as below.
>
> It only created the header Info instead of the real message body.
> It looks exactly the same when I review it in activeMQ console.
> No detail message body.
>
>
> xmlns:camel="http://camel.apache.org/schema/spring;
>
>  class="org.apache.activemq.ActiveMQConnectionFactory">
>  value="vm://localhost?create=falsewaitForStart=1"/>
> 
> 
> 
>  class="org.apache.activemq.camel.component.ActiveMQComponent" >
>  ref="ActiveMQVMConnectionFactory"/>
> 
>
>
>  xmlns="http://camel.apache.org/schema/spring;>
> 
> 
> uri="activemq:queue:*?mapJmsMessage=falseselector=CamelFileNameProduced
> IS NULL" />
> 
> 
>
> ${in.headers.CamelFileNameProduced} == null
>  headerName="CamelJmsDestinationName">
>
> ${in.header.JMSDestination.physicalName}
> 
> 
>
> ${in.body}\n
> 
> 
> uri="file://data/activemq/?fileExist=AppendfileName=routeMessages-${in.header.JMSDestination.physicalName}-${date:now:MMdd}.txt"
> />
> 
> 
> 
> 
> 
>
>
> Output :
>
> ActiveMQObjectMessage {commandId = 5, responseRequired = true, messageId =
> ID:qasus3j4q01-17582-1585567320970-393665:1:1:1:1, originalDestination =
> null, originalTransactionId = null, producerId =
> ID:qasus3j4q01-17582-1585567320970-393665:1:1:1, destination =
> queue://MII_TO_MES_WODCN1, transactionId = null, expiration = 0, timestamp
> =
> 1588928817382, arrival = 0, brokerInTime = 1588929169025, brokerOutTime =
> 1590113149462, correlationId = null, replyTo = null, persistent = true,
> type
> = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId =
> null, compressed = false, userID = null, content =
> org.apache.activemq.util.ByteSequence@43dda78c, marshalledProperties =
> null,
> dataStructure = null, redeliveryCounter = 0, size = 6741, properties =
> null,
> readOnlyProperties = true, readOnlyBody = true, droppable = false,
> jmsXGroupFirstForConsumer = false}
>
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>


Re: [ANNOUNCE] ActiveMQ Artemis 2.13.0 Released

2020-05-27 Thread Robbie Gemmell
On Tue, 26 May 2020 at 18:16, Clebert Suconic  wrote:
>
> I'm pleased to announce the release of ActiveMQ Artemis 2.13.0
>
> Downloads are now available at:
> http://activemq.apache.org/artemis/download.html
>
>
> This version has some major improvements on AMQP Performance. We
> performed extensive tests with AMQP and found a few minor changes that
> made a huge impact in performance, especially around flow control.
>
> There are other improvements that you can follow through the release notes:
>
> http://activemq.apache.org/components/artemis/download/release-notes-2.13.0
>
>
> Many thanks for all the contributors to this release.

The release is available from the website as above but there looks to
have been an issue with it being synced to Maven Central and so it
isn't available there yet, though it is in the ASF maven repo. I've
reported the issue to ASF Infra to look into.

Robbie


https://issues.apache.org/jira/browse/AMQ-7350

2020-05-27 Thread Ashish Vaishno
Hello All,

Can someone pick up this issue? I am unable to reach out to the
Jean-Baptiste Onofré or Christopher L. Shannon or Tim

Regards
Ashish



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html


Re: offline Durable Topic Subscribers issue in activemq 5.15.8

2020-05-27 Thread Ashish Vaishno
Hello Tim, 

Did you manage to have a look on the issue?

Regards 
Ashish 



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html