Open mgevantmakher opened 3 years ago
thanks for raising this @mgevantmakher
I noticed this still exists: https://tutorials.solace.dev/jms/persistence-with-queues/
grep
ing through the tutorial source, this does not appear in the JMS Tutorial section, but instead under common-assets/solaceApi.md
which I guess gets pulled into various tutorials where they need to talk about an API?
Yup, it appears in the JCSMP one too: https://tutorials.solace.dev/jcsmp/publish-subscribe/
@TamimiGitHub @blainehussey it looks like a ton of the tutorials rely on this static "C API only" page:
grep -R solaceApi.md *
c/topic-to-queue-mapping.md:`markdown:solaceApi.md`
c/request-reply.md:`markdown:solaceApi.md`
c/persistence-with-queues.md:`markdown:solaceApi.md`
c/publish-subscribe.md:`markdown:solaceApi.md`
dotnet/topic-to-queue-mapping.md:`markdown:solaceApi.md`
dotnet/request-reply.md:`markdown:solaceApi.md`
dotnet/persistence-with-queues.md:`markdown:solaceApi.md`
dotnet/confirmed-delivery.md:`markdown:solaceApi.md`
<SNIP>
Should we change it something more generic like "all Solace APIs can be downloaded from solace.com/downloads; otherwise, consult your favourite public repository." ..??
Obtaining the Solace PubSub+ API The repository where this tutorial reside already comes with ### C API library version 7.7.1.4. However, you should always check for any newer version for download here. The ### C API is distributed as a gzipped tar file for all supported platform. To update to a newer version of the API, please ensure that the existing core library components are appropriately replaced by the newer components.
it is JMS tutorial and it is talking about C api