Skip to content

Commit b2b3f5a

Browse files
Fixed tabbed control
1 parent 9a870f7 commit b2b3f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/jms-developer-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ The Connection factory can be instantiated with the below parameters -
113113
* traceFrames - boolean flag to collect AMQP trace frames for debugging.
114114
* *other configuration parameters*
115115

116-
---
117-
118116
The factory can be created as below. The connection string is a required parameter, but the additional properties are optional.
119117

120118
```java
121119
ConnectionFactory factory = new ServiceBusJmsConnectionFactory(SERVICE_BUS_CONNECTION_STRING, null);
122120
```
123121

122+
---
123+
124124
### JMS destination
125125

126126
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.

0 commit comments

Comments
 (0)