ok thanks - it's specifically the STOMP that breaks. Works ok with "normal". Alistair -- mov eax,1 mov ebx,0 int 80h On 20 Aug 2009, at 14:36, Timothy Bish wrote: > On Thu, 2009-08-20 at 14:32 +0100, Alistair Young wrote: >> Looking at this with jconsole: >> >> IMessageConsumer consumer = >> session.CreateDurableConsumer(session.GetTopic("test.t"), >> "ConsumerId", "2 > 1", false); >> >> results in a non durable subscription with an ActiveMQ generated >> consumer ID. The topic has a durable subscription created by code I >> wrote using ActiveMQCPP. So it seems the C# version doesn't work? >> >> Alistair >> >> > > If it doesn't appear to be working than I'd recommend opening a new > Jira > issue and attaching a short but complete sample app that demonstrates > the problem. > > Regards > Tim. > > > -- > Tim Bish > http://fusesource.com > http://timbish.blogspot.com/ > > >