Open GoogleCodeExporter opened 9 years ago
Test the following pattern:
MessageProducer producer = session.createProducer(null);
...
producer.send(destination, message)
Original comment by fullung@gmail.com
on 14 Jun 2007 at 1:20
Implement the examples from here:
http://java.sun.com/javaee/5/docs/tutorial/doc/JMS5.html#wp79822
http://java.sun.com/javaee/5/docs/tutorial/doc/JMS6.html#wp81710
Original comment by fullung@gmail.com
on 14 Jun 2007 at 11:09
Various bits of tests.
Original comment by fullung@gmail.com
on 14 Jun 2007 at 11:18
Attachments:
Implemented the Java EE 5 durable consumer example. Needs a fix for AMQCPP-132
to
work properly.
Original comment by fullung@gmail.com
on 16 Jun 2007 at 12:24
Test that we properly count all necessary references.
E.g., do sys.getrefcount(None) while running the test suite in a loop.
Original comment by fullung@gmail.com
on 16 Jun 2007 at 12:05
Original issue reported on code.google.com by
fullung@gmail.com
on 10 Jun 2007 at 8:04