Following error we are facing in Wildfly:
[org.apache.activemq.artemis.core.server] (default I/O-1) AMQ222038: Starting paging on address 'jms.queue.ImportEmployeesFromBundQueue'; size is currently: 10,504,042 bytes; max-size-bytes: 10,485,760
- Camel picks file from SFTP and put single element from XML array to queue as single message.
- Suddenly we found that application stopped reading from queue and found above warning only.
- Went to
jboss-cli.sh
and remove all messages using:remove-messages
Again started above process but again getting same issue. I have done restart as well as reset build in wildlfly 10.0 server group.
Any idea What more is required in above steps?