예제 #1
0
파일: Qarrot.java 프로젝트: viphe/qarrot
 public void send(RouteSpec routeSpec, AMQP.BasicProperties properties, Object payload)
     throws IOException {
   send(
       routeSpec,
       "",
       properties,
       getBytes(
           MediaTypes.withCharset(properties.getContentType(), properties.getContentEncoding()),
           payload));
 }