2 Replies Latest reply on Apr 29, 2005 6:56 AM by rajdeep_dua

    JBMessaging-53

      Implement support for JMSType according JMS 1.1 specs paragraph 3.4.8. Provide corresponding test cases (similar to org.jboss.test.messaging.jms.message.JMSTimestampHeaderTest)


      I have implemented this and done the corresponding unit tests also.
      Code submittied to Ovidiu

        • 1. Re: JBMessaging-53

          Test passed but i could see some errors in message acknowledgement and


          
           [junit] org.jboss.remoting.HandleCallbackException: Error dispatching callback to handler.
           [junit] at org.jboss.remoting.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:387)
          
           [junit] at org.jboss.jms.server.endpoint.Consumer.handle(Consumer.java:86)
           [junit] at org.jboss.messaging.core.local.PointToPointRouter.handle(PointToPointRouter.java:59)
           [junit] at org.jboss.messaging.core.local.LocalPipe.handle(LocalPipe.java:98)
          
          


          • 2. Re: JBMessaging-53

            Patch submitted in JIRA.