Re: How to put "properties" on a message so they are accessible later

2017-10-12 Thread Robbie Gemmell
t; Best regards, > Matthias > > P.S.: I just subscribed to this mailing list so I was not able to reply > directly to the mail below. Sorry about that. > > > -- Weitergeleitete Nachricht ------ >> From: Clebert Suconic >> To: users@activemq.apache.org

Re: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Justin Bertram
rt Suconic [mailto:clebert.suco...@gmail.com] > > Sent: Wednesday, October 11, 2017 9:00 AM > > To: users@activemq.apache.org > > Subject: Re: How to put "properties" on a message so they are accessible > > later > > > > What Harryson said matches my PR

Re: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Clebert Suconic
uco...@gmail.com] > Sent: Wednesday, October 11, 2017 9:00 AM > To: users@activemq.apache.org > Subject: Re: How to put "properties" on a message so they are accessible > later > > What Harryson said matches my PR.. you you would need to call the method > reencode. .oth

RE: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Harrison Tarr
Clebert, That PR URL gives me a 404. Harrison -Original Message- From: Clebert Suconic [mailto:clebert.suco...@gmail.com] Sent: Wednesday, October 11, 2017 9:00 AM To: users@activemq.apache.org Subject: Re: How to put "properties" on a message so they are accessible l

Re: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Clebert Suconic
ient way to realize this feature would be greatly appreciated. >>> >>> Best regards, >>> Matthias >>> >>> P.S.: I just subscribed to this mailing list so I was not able to reply >>> directly to the mail below. Sorry about that. >>> >

Re: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Clebert Suconic
>> P.S.: I just subscribed to this mailing list so I was not able to reply >> directly to the mail below. Sorry about that. >> >> >> -- Weitergeleitete Nachricht -- >>> From: Clebert Suconic >>> To: users@activemq.apache.org >

RE: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Harrison Tarr
pertiesMap)); } } } Harrison Tarr -Original Message- From: Matthias Hanisch [mailto:matthias.hani...@camline.com] Sent: Wednesday, October 11, 2017 1:46 AM To: users@activemq.apache.org Subject: Re: How to put "properties" on a message so they are accessible later Hi,

Re: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Clebert Suconic
eply > directly to the mail below. Sorry about that. > > > -- Weitergeleitete Nachricht ------ >> From: Clebert Suconic >> To: users@activemq.apache.org >> Cc: >> Bcc: >> Date: Tue, 10 Oct 2017 20:18:38 -0400 >> Subject: Re: How to put &qu

Re: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Matthias Hanisch
not able to reply directly to the mail below. Sorry about that. -- Weitergeleitete Nachricht -- > From: Clebert Suconic > To: users@activemq.apache.org > Cc: > Bcc: > Date: Tue, 10 Oct 2017 20:18:38 -0400 > Subject: Re: How to put "properties" on a m

Re: How to put "properties" on a message so they are accessible later

2017-10-10 Thread Clebert Suconic
; -Original Message- >> From: Timothy Bish [mailto:tabish...@gmail.com] >> Sent: Tuesday, October 10, 2017 2:11 PM >> To: users@activemq.apache.org >> Subject: Re: How to put "properties" on a message so they are accessible >> later >> >> On 1

Re: How to put "properties" on a message so they are accessible later

2017-10-10 Thread Timothy Bish
-Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: Tuesday, October 10, 2017 2:11 PM To: users@activemq.apache.org Subject: Re: How to put "properties" on a message so they are accessible later On 10/10/2017 05:06 PM, Harrison Tarr wrote: Hello again, I wanted to fo

RE: How to put "properties" on a message so they are accessible later

2017-10-10 Thread Harrison Tarr
To: users@activemq.apache.org Subject: Re: How to put "properties" on a message so they are accessible later On 10/10/2017 05:06 PM, Harrison Tarr wrote: > Hello again, > > I wanted to follow up on this as I've done some more experimenting. > I've found that when I u

Re: How to put "properties" on a message so they are accessible later

2017-10-10 Thread Timothy Bish
hat I can then use in my consuming code. Regards, Harrison Tarr -Original Message- From: Justin Bertram [mailto:jbert...@redhat.com] Sent: Tuesday, September 12, 2017 3:28 PM To: users@activemq.apache.org Subject: Re: How to put "properties" on a message so they are accessible la

RE: How to put "properties" on a message so they are accessible later

2017-10-10 Thread Harrison Tarr
To: users@activemq.apache.org Subject: Re: How to put "properties" on a message so they are accessible later I'm not terribly familiar with the ActiveMQServerPlugin functionality in this regard, but I do know that you can make such modifications to messages using remoting interce

Re: How to put "properties" on a message so they are accessible later

2017-09-12 Thread Justin Bertram
value of > "testValue", whereas I expect it to be "testHeader" with a value of > "newValue". > > Harrison Tarr > > -Original Message- > From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain > Sent: Monday, September 11,

RE: How to put "properties" on a message so they are accessible later

2017-09-12 Thread Harrison Tarr
;, whereas I expect it to be "testHeader" with a value of "newValue". Harrison Tarr -Original Message- From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain Sent: Monday, September 11, 2017 6:26 PM To: ActiveMQ Users Subject: RE: How to put "pr

RE: How to put "properties" on a message so they are accessible later

2017-09-11 Thread Tim Bain
lugin that I can then > pull out of the message in Camel? > > Regards, > Harrison Tarr > > -Original Message- > From: Harrison Tarr [mailto:harrison.t...@connexta.com] > Sent: Wednesday, September 6, 2017 8:56 AM > To: users@activemq.apache.org > Subject: How to p

RE: How to put "properties" on a message so they are accessible later

2017-09-11 Thread Harrison Tarr
, September 6, 2017 8:56 AM To: users@activemq.apache.org Subject: How to put "properties" on a message so they are accessible later Hi, I'm trying to put a StringProperty on a Message in an ActiveMQServerPlugin. As far as I can tell, the property gets set correctly. Later, I'm

How to put "properties" on a message so they are accessible later

2017-09-06 Thread Harrison Tarr
Hi, I'm trying to put a StringProperty on a Message in an ActiveMQServerPlugin. As far as I can tell, the property gets set correctly. Later, I'm trying to retrieve the property from a Camel Exchange. I don't see my property anywhere on the Exchange. I did notice that it looks like the properti