Open rksudhakardev opened 1 year ago
Trying out similar code with .NET, I get a clear error when trying to send (Cannot send more than 100 messages in a single transaction)
I’ve added this to the backlog, we should improve the user experience in this case by returning better error message.
I'm trying to send message to topic in a transaction. It worked for 100 message if I try to publish more than 100 message it is not able publish. Find my code ref `ServiceBusClientBuilder builder = new ServiceBusClientBuilder() .enableCrossEntityTransactions() .connectionString(connectionString);
Exception
I have notice below exception
com.fmr.mom.azure.service.AsbMessageConsumerAsyncClient.lambda$4 - Exception while consuming message : com.azure.core.amqp.exception.AmqpException: errorCondition[amqp:transaction:unknown-id]. description[Transaction is not declared Reference:4a544285-f299-4bc5-a125-6fabaab37e27, TrackingId:a62fe61d-e819-421e-b64c-cdcbd10892e7_G4S3, SystemTracker:gtm, Timestamp:2023-05-29T12:44:42], errorContext[NAMESPACE: sps-grk-ap142540-eastus2-messagebroker-dit.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: coordinator, REFERENCE_ID: coordinator, LINK_CREDIT: 998]
Version