File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/service-bus-messaging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ The Connection factory can be instantiated with the below parameters -
113
113
* traceFrames - boolean flag to collect AMQP trace frames for debugging.
114
114
* * other configuration parameters*
115
115
116
- ---
117
-
118
116
The factory can be created as below. The connection string is a required parameter, but the additional properties are optional.
119
117
120
118
``` java
121
119
ConnectionFactory factory = new ServiceBusJmsConnectionFactory (SERVICE_BUS_CONNECTION_STRING , null );
122
120
```
123
121
122
+ ---
123
+
124
124
### JMS destination
125
125
126
126
A destination is the object a client uses to specify the target of the messages it produces and the source of the messages it consumes.
You can’t perform that action at this time.
0 commit comments