Re: Custom serialization mechanism for ActiveMQMessages

2018-05-31 Thread Clebert Suconic
I thought you were sending a patch. On Thu, May 31, 2018 at 11:33 AM Jasmeet Ajmani wrote: > Hi, > > Any update on this ? > > Thanks. > > From: Jasmeet Ajmani > Sent: Friday, May 25, 2018 12:01 PM > To: 'dev@activemq.apache.org' > Cc: Martin Ross > Subject: Custom serialization mechanism for Act

RE: Custom serialization mechanism for ActiveMQMessages

2018-05-31 Thread Jasmeet Ajmani
Hi, Any update on this ? Thanks. From: Jasmeet Ajmani Sent: Friday, May 25, 2018 12:01 PM To: 'dev@activemq.apache.org' Cc: Martin Ross Subject: Custom serialization mechanism for ActiveMQMessages Hi, We would like to use custom serialization on ActiveMQMessages and the current build of Artem

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
Damn phone Comparabilty = compatibility  Sent from my Samsung Galaxy smartphone. Original message From: "michael.andre.pearce" Date: 25/05/2018 22:59 (GMT+00:00) To: dev@activemq.apache.org Subject: Re: Custom serialization mechanism for ActiveMQMessages So our

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
Naseef Date: 25/05/2018 22:34 (GMT+00:00) To: dev@activemq.apache.org Subject: Re: Custom serialization mechanism for ActiveMQMessages Just a thought that I hope helps... Please be careful about serialization and deserialization of objects.  Lots of security issues arise when using object

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread Arthur Naseef
I think = i dont think > > > Sent from my Samsung Galaxy smartphone. > Original message From: "michael.andre.pearce" < > michael.andre.pea...@me.com> Date: 25/05/2018 21:35 (GMT+00:00) To: > dev@activemq.apache.org Subject: Re: Custom serialization m

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
Typo but important one. I think = i dont think Sent from my Samsung Galaxy smartphone. Original message From: "michael.andre.pearce" Date: 25/05/2018 21:35 (GMT+00:00) To: dev@activemq.apache.org Subject: Re: Custom serialization mechanism for ActiveMQMessages

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
smartphone. Original message From: Clebert Suconic Date: 25/05/2018 21:10 (GMT+00:00) To: dev@activemq.apache.org Subject: Re: Custom serialization mechanism for ActiveMQMessages When you talk about serialization, you're talking about ObjectMessages or there's some

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread Clebert Suconic
quot;michael.andre.pearce" > Date: 25/05/2018 20:40 (GMT+00:00) To: > dev@activemq.apache.org Cc: Martin Ross Subject: Re: > Custom serialization mechanism for ActiveMQMessages > Here is original thread on this > http://activemq.2283324.n4.nabble.com/DISCUSS-Custom-Obje

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
rce" Date: 25/05/2018  20:37  (GMT+00:00) To: dev@activemq.apache.org Cc: Martin Ross Subject: Re: Custom serialization mechanism for ActiveMQMessages We ended up putting that code here https://github.com/JMSComponents/custom-serdes-jms After some lengthy debates on chat, but be great if

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
) To: dev@activemq.apache.org Cc: Martin Ross Subject: Re: Custom serialization mechanism for ActiveMQMessages We ended up putting that code here https://github.com/JMSComponents/custom-serdes-jms After some lengthy debates on chat, but be great if we are looking to re add back Sent from my Sams

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
5/2018 20:34 (GMT+00:00) To: dev@activemq.apache.org Cc: Martin Ross Subject: Re: Custom serialization mechanism for ActiveMQMessages We implemented a similar idea, but made it jms agnostic. There is some historic thread around this on the mail list. Be def good to compare and if now more tha

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread michael.andre.pearce
From: Justin Bertram Date: 25/05/2018 19:16 (GMT+00:00) To: dev@activemq.apache.org Cc: Martin Ross Subject: Re: Custom serialization mechanism for ActiveMQMessages The idea sounds interesting.  However, the contribution would have to reviewed in detail before it could be merged into the code

Re: Custom serialization mechanism for ActiveMQMessages

2018-05-25 Thread Justin Bertram
The idea sounds interesting. However, the contribution would have to reviewed in detail before it could be merged into the code-base. To be clear, any contribution must follow the established coding standards and any new functionality needs to come with tests to ensure it functions as expected al