AMQP-1 added walk-thru of stock trading sample
This commit is contained in:
@@ -52,7 +52,7 @@ public class RabbitStockServiceGateway extends RabbitGatewaySupport implements S
|
||||
message.getMessageProperties().setCorrelationId(UUID.randomUUID().toString().getBytes("UTF-8"));
|
||||
}
|
||||
catch (UnsupportedEncodingException e) {
|
||||
e.printStackTrace();
|
||||
throw new AmqpException(e);
|
||||
}
|
||||
return message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user