message = "No local consumers for queue " + queueName;
} else {
// get the transcoder
Transcoder tc = queue.getTranscoder();
try {
// transcode the item
Object item = item = tc.decode(entityContent);
logger.trace("[{}] Parsed item: {}", queueName, item);
try {
// if we get here, put the item ont the queue
// delegate the actual "putting" of the item