You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2010/11/15 15:05:25 UTC

[jira] Resolved: (AMQ-3037) ActiveMQMapMessage.getInt(..) does throw an Exception when try to access Long

     [ https://issues.apache.org/activemq/browse/AMQ-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved AMQ-3037.
--------------------------------

    Resolution: Working as Designed

Hi Tim,

you are right.. I should have took a closer look at the spec..
Sorry for the noise.

> ActiveMQMapMessage.getInt(..) does throw an Exception when try to access Long
> -----------------------------------------------------------------------------
>
>                 Key: AMQ-3037
>                 URL: https://issues.apache.org/activemq/browse/AMQ-3037
>             Project: ActiveMQ
>          Issue Type: Bug
>         Environment: Current trunk
>            Reporter: Norman Maurer
>         Attachments: AMQ-3037.diff
>
>
> When use a ActiveMQMapMessage.setLong("key", 200) and then use ActiveMQMapMessage.getInt("key") it will throw an Exception.
> Exceptions is;
> javax.jms.MessageFormatException:  cannot read an int from java.lang.Long
> 	at org.apache.activemq.command.ActiveMQMapMessage.getInt(ActiveMQMapMessage.java:320)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.