[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [messaging-dev] Browsing / Streaming...
|
- From: Reza Rahman <reza_rahman@xxxxxxxx>
- Date: Thu, 13 Mar 2025 11:08:49 -0400
- 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>
- Thread-topic: Re: [messaging-dev] Browsing / Streaming...
- Ui-outboundreport: notjunk:1;M01:P0:c8wpygfsDNw=;9LqAOkKPjm/imblpMyQzo0Bmk0S Uz9u9ITm0YvT/qqg64xtx7rn+mRusVG37/GSz5/iSwtG3WjGB2LHc3EgPLorlccjnzLOVlj89 gM/xZcIA+W4umTrVkGfyaV27OW3MS8XWrtt07GyZOY9N2mEtIjFlQnOL74ElkjPOnxNAbRUJc Pg4kw4YQxzCaqIe2rIR2C5hDfMBM5C49dO6t0r02nIVTLlgyBbCA8lb0GBvNsO12ShJ9BrdKD TuMatZGPFMCT/JbjAFwLJ9Vh1gfj2ik5gMeq/aC8wCUcgKADKCdixz5ZBuv32tzddb+b+Y040 dmbhWDiBibDp66qNkjL7DdircrWUUiQeywMD1CKxR9mosri/Uj102PFo+86Vrs+olZoqX64rN ML2MtZz1du6mXxiUgRPNJThllOic9knfUqccRFswZ+Afg9ILnx4MZJ3ZiGM4guPJLH7c/D7Mm HIEqPpX9BNlqZ62MxpcfmO2omFy1+N90e5aJzKudwywMwKGr7hOgCDqImsaWO3mfunKYCdSL6 AJFZXsK5mvnLGgS5mKC3+18tS/mudv0ssitVaoBVHloowlBjedK7+Xwn73cup+OB0uYTcmAPK uEpDF3MEgfMB8BRWWSYmoLchbiCuJEaTLcg4R8vLCncGY7Vj2os+DAHkZnMSgw7pVQdWszspi d9qP2Feah9/kXoQOfF+Zi6vZNgchuFX7R8FAl8SqmZqMMBLstOwDVs15vTSsw/z0/+8Sb+ytt TFGshyP8yUUAIhJbN/wWof1How6wE+WcKbjEowL+MC9qEM4HuY0x7+qkBaNe2WzxGaZDuvxxw okMv3g3LspHKofSJa8s3ogXK46TOPy7F1JOG2mNBmNTs2bf6yQVUjWx/X6YRvn59xUKMYvhg7 gYsh0UG42ECKosKtaxQ0SvLXggsSEjmUYe4aeGHXKcktLZ1mlH7sFVVt4Ycb4XWB1Mf+NfRKr 4l/O0uBcHf+ahlG5uwO2e8nnooBqWhg2k2R1pI55gL61OYX0wmquK6fJ6XqsEalPNUxUc5VXe bCXoeVFb+YvLGETVTaAdDIGhMk0eE/kAdQB4HYxRINA+5IclbFaOPKpv9gFCaXEmdAjTkc2Hs sWvUdr/HRHLNMs3b0MhaJvKpb1uXRwZ/xEFf/PCUge44Ya2ecFDN3tliKr0t4s863P3iciADr JZGoaYYpDXcIoh7V6KGkANXqgo/ydJ1jncPT4dYnQvGTgcJM5pQ0z0agtXLD0rI85vm8obXF3 s5nDzu+TdOhBbGWsYd1zIcqkkwlmRQUrgLEdxoaxYZXIdYXTPO8+JImb2X8razz6bLhBbsH3S p/kDBXgVQ8F7zxIzUuTk5xfOoiHZSunqmSY7K56BmAjgKkd0pcQeIRdhN3LQN6qHusin1hp/i usRYDOXp59uA4dgB9WzlPAmV2M1uixyS/4oPpGytXKKCZZcVtnoGzgtI2jTawUznOT/oOWuDg JtkHDkgdN6rwjS00WBWbgdwiTAGw=
I would first need to understand more about the use case to be honest.
Is this the same as the existing browsing use case or is it actually consuming messages off a queue? If the latter, this would be an imperative alternative to MDB style declarative message consumption?
From: messaging-dev <messaging-dev-bounces@xxxxxxxxxxx> on behalf of Clebert Suconic via messaging-dev <messaging-dev@xxxxxxxxxxx>
Sent: Thursday, March 13, 2025 11:00 AM
To: Matt Pavlovich <mattrpav@xxxxxxxxx>
Cc: Clebert Suconic <csuconic@xxxxxxxxxx>; EE4J Messaging project developer discussions <messaging-dev@xxxxxxxxxxx>
Subject: Re: [messaging-dev] Browsing / Streaming...
well.. you have things on a certain context...
you could maybe even reuse some of the Java Streams API, expand perhaps?
Naming is hard! The first thing that jumped out at me is that ’streaming’ is confused with the Java ’streams’ language feature. I lean towards ‘Event’ since it is shorter (and not as over loaded).
Matt Pavlovich
> On Mar 12, 2025, at 2:40 PM, Clebert Suconic via messaging-dev <
messaging-dev@xxxxxxxxxxx> wrote:
>
> I'm planning to spend some time next week writing some ideas...
>
>
> But before I spend time on it.. I wanted to ask something...
>
>
> There's the concept of a Browser in the current JMS API. What if we called it Streaming?
>
> You would have a differentiation between Queueing semantics (single destination polling messages between multiple endpoints) and Streaming semantics where all the messages from the destinations are received.
>
> It's the same concept in the end.. but maybe Streaming would be a better name for a newer API.
>
>
>
> _______________________________________________
> messaging-dev mailing list
>
messaging-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit
https://accounts.eclipse.org