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. 

  • 相关阅读:
    OC基础5-NSString
    OC基础4
    OC基础3
    使用顺序表建立一个简单的学生管理系统
    二叉树的创建,遍历以及叶子结点数
    本地IP和主机IP
    双向链表的删除
    双向链表的查找及插入
    双向循环链表的建立
    单链表的合并
  • 原文地址:https://www.cnblogs.com/chayu3/p/4242272.html
Copyright © 2011-2022 走看看