Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.4. OpenWire .Net Client API
Overview Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
The Red Hat JBoss A-MQ NMS client is a .Net client that communicates with the JBoss A-MQ broker using the 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 can download the product and the binaries from Red Hat Customer Portal https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=47011&product=jboss.amq.clients&version=1.0.0&downloadType=distributions.
Resources Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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 Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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