Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-26 Thread Justin Bertram
PAGE > true > true > true > true > > > > DLQ > ExpiryQueue > 0 > > -1 > > 10 > PAGE >

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-14 Thread Shivang Modi
file storage and If yes, in any > scenario file storage, chances of losing transactions? > > Thanks, > Shivang. > > -Original Message- > From: Justin Bertram > Sent: Wednesday, September 13, 2023 10:23 PM > To: users@activemq.apache.org > Subject: Re: Artemi

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
: Thursday, September 14, 2023 1:14 AM To: users@activemq.apache.org Subject: Re: Artemis File Storage Persistence vs JDBC Persistence To be clear, my previous explanation assumes that nothing outside the broker is removing the persistent data. If you are operating in a containerized/virtual/cloud

Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Justin Bertram
f losing transactions? >> >> Thanks, >> Shivang. >> >> -----Original Message- >> From: Justin Bertram >> Sent: Wednesday, September 13, 2023 10:23 PM >> To: users@activemq.apache.org >> Subject: Re: Artemis File Storage Persistence vs JDBC Persi

Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread prateekjai...@gmail.com
ertram > Sent: Wednesday, September 13, 2023 10:23 PM > To: users@activemq.apache.org > Subject: Re: Artemis File Storage Persistence vs JDBC Persistence > > I'm not really sure what you're asking. Are you asking whether you should > use the file-based journal or a da

RE: [EXTERNAL] Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Youyu Shao
: users@activemq.apache.org Subject: [EXTERNAL] Re: Artemis File Storage Persistence vs JDBC Persistence If you are sending one or more durable messages in your transaction then the broker will attempt to write them to storage when they arrive. If the broker fails to write the messages, for whatever

Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Justin Bertram
> Thanks, > Shivang. > > -Original Message- > From: Justin Bertram > Sent: Wednesday, September 13, 2023 10:23 PM > To: users@activemq.apache.org > Subject: Re: Artemis File Storage Persistence vs JDBC Persistence > > I'm not really sure what you'

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
: Re: Artemis File Storage Persistence vs JDBC Persistence I'm not really sure what you're asking. Are you asking whether you should use the file-based journal or a database if you have 100k transactions? To be clear, what is "best" in one situation is often not "best"

Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Justin Bertram
up via queue. What would be best in > such scenarios? > > Thanks, > Shivang > > -Original Message- > From: Justin Bertram > Sent: Wednesday, September 13, 2023 8:38 PM > To: users@activemq.apache.org > Subject: Re: Artemis File Storage Persistence vs JDBC Persistence &g

RE: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
Bertram Sent: Wednesday, September 13, 2023 8:38 PM To: users@activemq.apache.org Subject: Re: Artemis File Storage Persistence vs JDBC Persistence When deciding between the file-based journal on local storage versus a remote database I think the three main considerations are: - Performance

Re: Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Justin Bertram
When deciding between the file-based journal on local storage versus a remote database I think the three main considerations are: - Performance - Infrastructure - Reliability The file-based journal on local storage will be faster than a database for a few reasons: - The storage is local so th

Artemis File Storage Persistence vs JDBC Persistence

2023-09-13 Thread Shivang Modi
Hi Team, Can anyone share pros and cons in depth between both. I see only file storage is faster than JDBC storage. Is there any disadvantage of File Storage like losing the enqueued data or anything? Thanks, Shivang. -- *This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intende