Messages published to rabbit are not consumed (docker based env))

Hi

I have deployed my app after testing it to another environment.
The messaged are published to the rabbitmq but not consumed.
The difference between the environments is only the docker host, on the local, it is windows, on the remote is an ubuntu server. The problem is on the remote server.
There is no rabbit error, and the messages are all in ready state…
The publish and the consuming is from the same SS app host

UPDATE: the messages consumed after ss host restart…
I create a new message, it is staying in ready state. only after a restart for the project with the service stack app host it is starting to consume…
here is the GetStatsDescription:

#MQ SERVER STATS:
===============
Current Status: Started
Listening On: mq:PhoneQueueModel.priorityq, mq:PhoneQueueModel.inq, mq:TwitterFollowRequest.priorityq, mq:TwitterFollowRequest.inq, mq:TwitterTweetRequest.priorityq, mq:TwitterTweetRequest.inq
Times Started: 1
Num of Errors: 0
Num of Continuous Errors: 0
Last ErrorMsg: 
===============
STATS for PhoneQueueModel:

  TotalNormalMessagesReceived:    0
  TotalPriorityMessagesReceived:  0
  TotalProcessed:                 0
  TotalRetries:                   0
  TotalFailed:                    0
  LastMessageProcessed:           

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

STATS for PhoneQueueModel:

  TotalNormalMessagesReceived:    0
  TotalPriorityMessagesReceived:  0
  TotalProcessed:                 0
  TotalRetries:                   0
  TotalFailed:                    0
  LastMessageProcessed:           

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

STATS for TwitterFollowRequest:

  TotalNormalMessagesReceived:    0
  TotalPriorityMessagesReceived:  0
  TotalProcessed:                 0
  TotalRetries:                   0
  TotalFailed:                    0
  LastMessageProcessed:           

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

STATS for TwitterFollowRequest:

  TotalNormalMessagesReceived:    0
  TotalPriorityMessagesReceived:  0
  TotalProcessed:                 0
  TotalRetries:                   0
  TotalFailed:                    0
  LastMessageProcessed:           

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

STATS for TwitterTweetRequest:

  TotalNormalMessagesReceived:    0
  TotalPriorityMessagesReceived:  0
  TotalProcessed:                 0
  TotalRetries:                   0
  TotalFailed:                    0
  LastMessageProcessed:           

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

STATS for TwitterTweetRequest:

  TotalNormalMessagesReceived:    0
  TotalPriorityMessagesReceived:  0
  TotalProcessed:                 0
  TotalRetries:                   0
  TotalFailed:                    0
  LastMessageProcessed:           

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

Here is some screenshots from my rabbit management:

image

Thanks