我正在使用Spring Batch应用程序,我必须接收一个JMS文件并读取它(JMS队列包含JSON消息),然后将该消息转换为POJO arrayList。我想将JmsItemReader
与MappingJackson2MessageConverter
一起使用,但是Internet上的所有配置示例都在注释中,而我具有xml配置,我也需要在xml中进行配置。
有人有xml配置示例吗?我需要你的帮助。 PS:这是我要遵循的文档:https://examples.javacodegeeks.com/enterprise-java/spring/batch/spring-batch-jmsitemreader-example/