Hello Immutants
I have a question on the messaging
I’m trying to run two seperate REPL’s and message between them.
I create a queue with a listener that just does a println in one repl session
and in the other, I use the (with-open and remote context) stuff to try to send a message to the other running instance in the other repl. It never shows up
the error says the reconnection was successful in the hornetq client, but then the last 3 errors are Session was already closed, giving up now
I’m not sure why
when I go to first repl where the queue is created with listener, I can publish locally there and it works no problem
I’ve tried running the queue in a uberjar and hitting that from another repl instance that’s running, but again it doesn’t get there
That’s code I’m using on repl
both are running on my local box, so I put “localhost” as the remote :host
@staypufd uploaded a file: https://clojurians.slack.com/files/U060WE55Z/F9NKP1007/-.clj
From that the log statement before publish gets printed but message never seems to get to queue running in other repl or uberjar either way
@staypufd my environment is kinda messed up atm, so i can't actually try it out, but i'm leery of that messaging-remoting-port
are you sure that's correct?