But if that is not an option you could always send the hash map using
an ObjectMessage.

On 1/12/07, Hiram Chirino <[EMAIL PROTECTED]> wrote:
Try using 4.1.0 I think it supports sending hashmaps of primitive data.

On 1/12/07, garima015 <[EMAIL PROTECTED]> wrote:
>
> we are using 4.0.2
> any solution?? i want to send hashmap
>
> Hiram Chirino wrote:
> >
> > Are you using ActiveMQ 4.1.0 ???
> >
> > On 1/12/07, garima015 <[EMAIL PROTECTED]> wrote:
> >>
> >> Hi,
> >>
> >> I have an urgent requirement in which i have to send Map as a message to
> >> Queue
> >> I am trying this code:
> >> if(message instanceof Map){
> >>           MapMessage requestMessage = (MapMessage)
> >> session.createMapMessage();
> >>           requestMessage.setObjectProperty("MAP", message);
> >>          requestMessage.setJMSReplyTo(replyQueue);
> >>           requestProducer.send(requestMessage);
> >> }
> >>
> >> javax.jms.MessageFormatException: Only objectified primitive objects and
> >> String types are allowed
> >>
> >> can some body please tell me the resolution.Its really very imp .
> >>
> >> thanks in advance
> >>
> >> but when running it is throwing this error
> >> --
> >> View this message in context:
> >> 
http://www.nabble.com/Error-while-Sending-Map-message-tf2967725.html#a8304233
> >> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Regards,
> > Hiram
> >
> > Blog: http://hiramchirino.com
> >
> >
>
> --
> View this message in context: 
http://www.nabble.com/Error-while-Sending-Map-message-tf2967725.html#a8305206
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>
>


--
Regards,
Hiram

Blog: http://hiramchirino.com



--
Regards,
Hiram

Blog: http://hiramchirino.com

Reply via email to