-
Feature Request
-
Resolution: Done
-
Major
-
1.0.2.Final
-
None
A batch job should be able to write items to a message destination via javax.jms API .
Use Hornetq (standalone server or embedded) to verify the writer, and add hornetq-related deps as test deps. hornetq examples
message dest can be obtained through either jndi lookup, or by specifying various connection properties, similar to database connection properties.
Note: this implementation requires JMS 2.0, for instance, the use of javax.jms.Connection#createSession() method, which is since JMS 2.0.
With JBERET-257 fixed, jmsItemReader, jmsItemWriter now supports JMS 1.1 to some extent.
- is related to
-
JBERET-90 Support batch JmsItemReader
- Resolved
-
JBERET-102 Support batch HornetQ ItemWriter
- Resolved
-
JBERET-242 Support ActiveMQ Artemis Item Reader and Writers as a Migration Path off HornetQ
- Resolved
-
JBERET-257 AbstractMethodError: org.apache.qpid.jms.JmsConnection.createSession()Ljavax/jms/Session;
- Resolved
- relates to
-
JBERET-93 Support batch AMQP ItemWriter
- Resolved