How to put "properties" on a message so they are
>>>> accessible later We could add a new method call to the plugin...
>>>> something like replaceMessage.
>>>>
>>>> With that on hand you could then convert the AMQPMessage to a
()
.getApplicationProperties()
.getValue();
applicationPropertiesMap.put("testHeaderOne",
session.getUsername());
((AMQPMessage) message).getProtonMessage()
.setApplicationProperties(new
ApplicationProperties(applicationPro
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
ng to take the authentication credentials and then create
some kind of authentication token to attach to the message that 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
quot;testHeader" as a property on
the message with the value of "testValue". If I then try to overwrite that
value with "newValue", when I access the message and its headers in the
consumer, the header is still "testHeader" with the value of "testValue"
I just wanted to follow up: Does anyone know how to put an attribute/property
on a message in an ActiveMQServerPlugin 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
looks like the properties "firedTime" and
"breadcrumbId," which I think come from Artemis, do appear on the Camel
Exchange, which makes me think there is some way to propagate my property from
Artemis to Camel.
Regards,
Harrison Tarr
t the network wasn't reachable without root access (which
is what ping.exe / ping gives you) it means that your check address
isn't on the same switch as you are. Be careful!
On Thu, Mar 2, 2017 at 3:23 PM, Harrison Tarr
wrote:
> This is the result of set
with a
different ping command in the broker.xml I didn’t do it right? What should the
command look like in the broker.xml for the command to be “ping 192.30.252.153”?
Harrison
On 3/2/17, 1:09 PM, "Harrison Tarr" wrote:
I am on 1.5.1.
On 3/2/17, 1:05 PM, "Cle
I am on 1.5.1.
On 3/2/17, 1:05 PM, "Clebert Suconic" wrote:
Are you using the latest (1.5.3) to debug this?
Just to make sure I would be looking at the same git version I need to look
at.
On Thu, Mar 2, 2017 at 3:01 PM, Harrison Tarr
wrote:
> I may
that's just to avoid a backup from activating because the network
connection dropped.
On Thu, Mar 2, 2017 at 2:41 PM, Harrison Tarr
wrote:
> Please find my broker.xml and backup broker.xml attached. They work when
I comment out the “” but don’t fail-ove
Please find my broker.xml and backup broker.xml attached. They work when I
comment out the “” but don’t fail-over if I kill the master.
Regards,
Harrison Tarr
On 3/2/17, 12:33 PM, "Clebert Suconic" wrote:
It is possible to be a bug on windows...
Can you share you
IP. I have also verified that the addresses are
reachable from the machine, just the ping fails. Could there be some parsing
error on Windows that is prepending a “/”?
Regards,
Harrison Tarr
13 matches
Mail list logo