Could you provide a junit test case showing your issue?
On 8/20/07, RobBugh <[EMAIL PROTECTED]> wrote:
>
> I'm having problems retrieving custom properties set on TextMessages. I have
> a persistent queue to pass messages between a simple producer and consumer.
> The producer sets several properti
I can set/get both String and Int properties on a TextMessage just fine. I am
using AMQ 4.1.1
Joe
RobBugh wrote:
>
> I can get around the problem if I use a MapMessage instead of a
> TextMessage. Is this correct behavior though? Shouldn't I still be able to
> set/get properties on a TextMessa
I can get around the problem if I use a MapMessage instead of a TextMessage.
Is this correct behavior though? Shouldn't I still be able to set/get
properties on a TextMessage?
RobBugh wrote:
>
> I'm having problems retrieving custom properties set on TextMessages. I
> have a persistent queue to