zoukankan      html  css  js  c++  java
  • JMS links

    http://yuxisanren.iteye.com/blog/1912587

    http://somebody-hjh.iteye.com/blog/726050

    http://docs.oracle.com/cd/E19798-01/821-1841/6nmq2cpoq/index.html

    http://blog.csdn.net/superick/article/details/23432161

    The JMS client establishes its connection with the provider based on configuration information contained in a ConnectionFactory object and identifies the location where a message is to be sent to or retrieved from based on the attributes of a Destination object. These definition objects are retrieved from a JNDI namespace and are called administered objects.

    The ConnectionFactory is created external to the application (using a provider-specific administration tool) and stored by a naming and directory service from which it is retrieved using Java Naming and Directory Interface (JNDI).

    The JMS specification establishes the convention that JMS administered objects should be defined and stored by an administrator in a JNDI namespace from where they can be retrieved by the JMS client. 

  • 相关阅读:
    nginx php-fpm 输出php错误日志
    图解phpstorm常用快捷键
    Mysq性能分析 —— Genral log(普通日志)与 Slow log(慢速日式)
    Mac Terminal
    Git安装与配置
    Linux ulimit
    tcpdump
    Linux 基础
    TCP
    HTTP
  • 原文地址:https://www.cnblogs.com/chayu3/p/4242272.html
Copyright © 2011-2022 走看看