Customer Portal

JMS Event Listener with RabbitMQ

Comments 3

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi sshrestha,

    From the stack trace you included, it appears that the RabbitMQ Java client library is not specified in the application server that CloverETL Server is stored. If so, please download the rabbitmq.jar file and add it to the following path <TOMACAT_HOME>/lib folder and restart the server.
  • Avatar
    sshrestha
    0
    Comment actions Permalink


    From the stack trace you included, it appears that the RabbitMQ Java client library is not specified in the application server that CloverETL Server is stored. If so, please download the rabbitmq.jar file and add it to the following path <TOMACAT_HOME>/lib folder and restart the server.

    "vazquezrosariop"


    Thank you Pedro.

    We did go through this step. Maybe it was the wrong jar file. Do you think you could point us to the correct link for the jar file?
  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    I have taken the liberty of attaching the example RabbitMQ graph, please look through it and let me know if you have any questions. Some notes about the graph:

    • RabbitMQ Reader and RabbitMQ Ack are both CustomJava components, and please look over the code in the trans folder.

    • Once the RabbitMQ Ack component is triggered the message will acknowledge, I would recommend adding writer to save the message you are pulling.


    RabbitMQ.zip

Please sign in to leave a comment.