Re: Message properties with a period in them?

2008-01-28 Thread robomon
I now have a home brewed orion-activemq bridge that re-publishes messages from either JMS system and switches the property names to "." for orion publishes or "_" for activemq publishes. This will get me by until we can gradually migrate fully to ActiveMQ. This conversion of messages didn't work

Message properties with a period in them?

2008-01-26 Thread robomon
I am in the process of converting from Orion JMS to ActiveMQ. In Orion we only use Text Messages. We set a few message properties with names that have a period in them such as test.message=Test. In Orion we could set the selector to test.message='Test'. In ActiveMQ this throws an invalid selec