now I download recent NOTAMs (Notice to Airman) from FAA PilotWeb scraping the webpage like this: link
By simple php script and a cron-job I can save NOTAMs I want in a database.
But from January 24, 2020 FAA will swtich off PilotWeb and NOTAMs will be made available through NOTAM Search that can not be scraped (isn't it?). They will allow to download NOTAMs only by SWIM Cloud Distribution via JMS.
At the moment I don't know Java and JMS. My questions are: can I make a web-based script to download NOTAMs via JMS? I use a standard web hosting and I don't know how to use java on web hosting. Is it possible?
[...]