随笔分类 -  mq

摘要:package com.yunda.app.service; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.URL; import java.util.ArrayList; import java.util.List; import java.util.Scanner; impor... 阅读全文
posted @ 2017-05-08 14:34 tonggc1668 阅读(397) 评论(0) 推荐(0)
摘要:import java.io.InputStream; import java.net.HttpURLConnection; import java.net.URL; import java.util.ArrayList; import java.util.List; import java.util.Scanner; import net.sf.json.JSONArray; import ... 阅读全文
posted @ 2017-03-13 11:33 tonggc1668 阅读(425) 评论(0) 推荐(0)
摘要:import net.sf.json.JSONObject; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springfr... 阅读全文
posted @ 2017-03-13 11:19 tonggc1668 阅读(3002) 评论(0) 推荐(0)
摘要:import com.rabbitmq.client.Connection; import com.rabbitmq.client.ConnectionFactory; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class QueueUtil { private static Logger logg... 阅读全文
posted @ 2017-03-13 10:18 tonggc1668 阅读(185) 评论(0) 推荐(0)