Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[messaging-dev] Clarification on Jakarta Messaging 3.1 Shared Subscriptions
  • From: Patrick Deasy <pa-deasy@xxxxxxxxxxx>
  • Date: Thu, 19 Dec 2024 21:48:05 +0000
  • Accept-language: en-IE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=k0J9wBFF2pLupYBtOyVGtWppwqvy71djSfyvn2BUrtk=; b=diEp4T8SUeVoUsOGAiEuxgS6Z3nlzj7ddF5urfOy07sG2Plxn2XeU2JLbrkn6XnNTqRWwv+CrcIwAIiEoTok/QUB5KNitm5I83sduQm5lsUDjZuw9h8/0td5+f7vyqOqhhgHkYRoMyR47/2KmK6AzP2Gs0wr6UqsNU3EkZ1onCNCm2vwRmZG1xlU+3u606x7UWrUsJ2mtM52p1D+UDaGOwEuem3WU4I90JcIXiX3rjYMTgyh1OKVtZvEiabMwsptEsYMlDqElK/hvYSTuTbt4HHKNaTJcJLo/+AA/08FcpRzJmGPC8eJk/2n4N7Qlt4/8Q6PntYgKETK7FxV4GFslg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=PBLBr2iMyT+bzfvwSCklaK0tONLhFOSh3DY6o75xH91PemquKCA5AxeCJCIcYlE5CpsRyxVnJbdx64+EVsL2HlsGNcwxB01/el6PC2Q0E8VtY8vSI48aB8ETqXtezK/hI+VgDYInvH4ToxdfKpFk8vRQ5uOC+uAPwZaYek91thmQ7EPpbuleI6fQ6c6Tum7apYRXVjIisQfKLsEQCqYjMc846w5RQVddXeoHFtuDDFzUoMMFzlc8CUY/SwRJnVeHZYECfukxRZ6f6W2iVMrw1LtblChSIWR7YJdGKRllhS0+nYCr0Wv0Sha2zjjXuvgZwQntwh+0KB+L9mi1W2ws1A==
  • Delivered-to: messaging-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/messaging-dev/>
  • List-help: <mailto:messaging-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/messaging-dev>, <mailto:messaging-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/messaging-dev>, <mailto:messaging-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHbUl+vzFHXzj3B0EaBIDSHnpwrRg==
  • Thread-topic: Clarification on Jakarta Messaging 3.1 Shared Subscriptions

Hello,

I seek clarification on Jakarta Messaging 3.1 and JMS 2.0 specification in relation to shared subscriptions(ref 8.3.2 and 8.3.4).

It outlines the addition of createSharedDurableConsumer and createSharedConsumer on JMSContext and Session. These need to be implemented to be Jakarta Messaging 3.1 compliant.

Connection also has createSharedConnectionConsumer and createSharedDurableConnectionConsumer methods added. Do those connection methods need to be implemented in order to be Jakarta Messaging 3.1 compliant? They are not mentioned in the spec(ref 8.3.2 and 8.3.4).

Kind regards,
Patrick


Back to the top