Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.此内容没有您所选择的语言版本。
2.3. Native .Net Client API
Overview 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				The Red Hat JBoss A-MQ NMS client is a .Net client that communicates with the JBoss A-MQ broker using its native Openwire protocol. This client supports advanced features such as failover, discovery, SSL, and message compression.
			
				For complete details of using the .Net API see http://activemq.apache.org/nms/index.html.
			
Note
					In order to use the NMS API, you will need to download the source and build it for your environment.
				
Resources 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				The API reference documentation for the A-MQ .Net API can be found at http://activemq.apache.org/nms/nms-api.html.
			
				You can find examples of using the A-MQ .Net API at http://activemq.apache.org/nms/nms-examples.html.
			
Example 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				Example 2.7, “NMS Producer Connection” shows code for creating a message producer that sends messages to the queue 
EXAMPLE.FOO.
			Example 2.7. NMS Producer Connection