Removed dead link from jdbc.adoc

The linked resource is not available anymore:
https://web.archive.org/web/20210228160648/https://blog.engineyard.com/5-subtle-ways-youre-using-mysql-as-a-queue-and-why-itll-bite-you
This commit is contained in:
Matthias Stock
2022-05-19 17:13:04 +02:00
committed by Artem Bilan
parent 77ab988c59
commit c091a2d125

View File

@@ -479,9 +479,8 @@ public class JsonPreparedStatementSetter extends ChannelMessageStorePreparedStat
====
Generally, we do not recommend using a relational database for queuing.
Instead, if possible, consider using either JMS- or AMQP-backed channels instead.
For further reference, see the following resources:
For further reference, see the following resource:
* https://www.engineyard.com/blog/2011/5-subtle-ways-youre-using-mysql-as-a-queue-and-why-itll-bite-you/[5 subtle ways youre using MySQL as a queue, and why itll bite you].
* https://mikehadlow.blogspot.com/2012/04/database-as-queue-anti-pattern.html[The Database As Queue Anti-Pattern].
====