1 Reply Latest reply on Jan 19, 2013 5:02 AM by eng.fouad

    HornetQException[errorCode=104 message=You don't have an address at the Server's Session]

    eng.fouad

      Sometimes, we got this exception if we try to send messages (i.e producer.send(message)) to the server core queue, and this happens only in few seconds just after the session starts (i.e session.start()). How to solve this issue?

       

      Best Regards~

       

      ----------------------------

       

      EDIT:

       

      If I enforce the thread to sleep for period of time (say 5 seconds) just after the session starts (i.e session.start(); Thread.sleep(5000);), then the exception is not raised up anymore!