Skip to content

RabbitMQ connection closes when running the imagemagick_files example #131

Answered by wigging
wigging asked this question in Q&A
Discussion options

You must be logged in to vote

Turns out there were several steps that I wasn't aware of to run the example. So to answer this question, I listed the steps below that successfully runs this example for me:

  1. Install and run RabbitMQ. I used the Docker image to run it. See here.
  2. If not done already, create a config file at ~/.zambeze/agent.yaml with contents similar to the following:
plugins:
  All:
    default_working_directory: /Users/gavin/Desktop
  shell:
    config: {}
rmq:
  host: localhost
  port: 5672
zmq:
  host: 127.0.0.1
  port: 60081
  1. Go to the examples directory cd zambeze/examples
  2. Run the zambeze agent using zambeze agent start
  3. Run the example using python imagemagick_files.py
  4. A gif image named a.gif shoul…

Replies: 5 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@wigging
Comment options

wigging Jan 26, 2024
Maintainer Author

@tskluzac
Comment options

@wigging
Comment options

wigging Jan 26, 2024
Maintainer Author

Comment options

You must be logged in to vote
3 replies
@tskluzac
Comment options

@renan-souza
Comment options

@tskluzac
Comment options

Comment options

You must be logged in to vote
3 replies
@renan-souza
Comment options

@tskluzac
Comment options

@renan-souza
Comment options

Comment options

You must be logged in to vote
2 replies
@renan-souza
Comment options

@tskluzac
Comment options

Comment options

wigging
Feb 8, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by wigging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants