Skip to content

Commit f318517

Browse files
committed
transacted sessions are supported now
1 parent b1d1758 commit f318517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-java-how-to-use-jms-api-amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The following restrictions exist when using JMS over AMQP 1.0 with Service Bus,
354354
* Only one **MessageProducer** or **MessageConsumer** is allowed per **Session**. If you need to create multiple **MessageProducers** or **MessageConsumers** in an application, create a dedicated **Session** for each of them.
355355
* Volatile topic subscriptions are not currently supported.
356356
* **MessageSelectors** are not currently supported.
357-
* Transacted sessions and distributed transactions are not supported.
357+
* Distributed transactions are not supported (but transacted sessions are supported )
358358

359359
Additionally, Azure Service Bus splits the control plane from the data plane and therefore does not support several of
360360
JMS's dynamic topology functions:

0 commit comments

Comments
 (0)