> We used to use vesrsion 5.2 but we had problem because we had to connect > ActiveMq through one java application complied with java 1.4 and gave this > exception: > > java.lang.IllegalArgumentException: Invalid version: 3, could not load > org.apache.activemq.openwire.v3.MarshallerFactory > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.openwire.OpenWireFormat.setVersion(OpenWireFormat.java:329) > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.openwire.OpenWireFormat.renegociatWireFormat(OpenWireFormat.java:569) > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:100) > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122) > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87) > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:143) > INFO | jvm 1 | 2009/01/19 10:24:21 | at > java.lang.Thread.run(Unknown Source) > INFO | jvm 1 | 2009/01/19 10:24:21 | Caused by: > java.lang.ClassNotFoundException: > org.apache.activemq.openwire.v3.MarshallerFactory > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.util.ClassLoading.loadClass(ClassLoading.java:104) > INFO | jvm 1 | 2009/01/19 10:24:21 | at > org.apache.activemq.openwire.OpenWireFormat.setVersion(OpenWireFormat.java:327) > > > After we change ActiveMQ to vestion 4 there was no error and the java > application function without any exception. > So please can you suggest any method in version 4 to use Resequencer to > change the order around .To use FIFO message queue. > >Is there any method in configuration of ActiveMQ 4 to change order of queuing from FILO to FIFO??? > > Thanks >
-- View this message in context: http://www.nabble.com/ActiveMQ-4--change-FILO-To-FIFO-tp21558188p21558188.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
