Re: How to Retrieve Message Properties

2007-08-22 Thread James Strachan
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

Re: How to Retrieve Message Properties

2007-08-20 Thread ttmdev
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

Re: How to Retrieve Message Properties

2007-08-20 Thread RobBugh
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