I'm using Opensphere together with HornetQ JMS provider. When I'm trying to send MapMessage with float[] field defined using JMS Message Producer component, I get something like this:
Code: Select all
[2012-09-11 20:34:25] initialize program...
[2012-09-11 20:34:25] destination HornetQQueue[DLQ]
[2012-09-11 20:34:25] queue sender initialized (queue = /queue/DLQ)
[2012-09-11 20:34:25] Invalid Message Format: The message contains data types not supported by your JMS provider and probably not by the JMS standard either
[2012-09-11 20:34:25] ...program JMS Message Producer stopped
other array types also fail. What's the problem?
thanks,
waclaw