ITコンサルの日常

ITコンサル会社に勤務する普通のITエンジニアの日常です。

2017-06-08から1日間の記事一覧

HornetQ Native APIでsendしてるのにreceiveできない場合

ソース public static void main(String[] args) throws Exception { ServerLocator serverLocator = null; ClientSessionFactory factory = null; ClientSession session = null; HashMap<String, Object> map = new HashMap<>(); map.put("host", "localhost"); map.put("p</string,>…