Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At step 2 the SendFileRecordsToQueueBean then sends the contents of the File message as a String to the personnel.records JMS queue, which is backed by an embedded instance of Apache ActiveMQ. The conversion from String to JMS message is automatic. The @EndpointInject @Produce annotation is used to access the ActiveMQ endpoint.

...