Skip to content

Commit 70fbd70

Browse files
authored
Added testing support statement for IBM MQ
1 parent d84f3e2 commit 70fbd70

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/storage/files/storage-files-faq.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,18 @@ Initial sync is typically limited by the initial upload rate of 20 files per sec
360360
**Can I migrate existing data to an NFS share?**
361361

362362
Within a region, you can use standard tools like scp, rsync, or SSHFS to move data. Because Azure Files NFS can be accessed from multiple compute instances concurrently, you can improve copying speeds with parallel uploads. If you want to bring data from outside of a region, use a VPN or a Expressroute to mount to your file system from your on-premises data center.
363+
364+
* <a id=nfs-ibm-mq-support></a>
365+
**Can you run IBM MQ (including multi-instance) on Azure Files NFS?**
366+
* Azure Files NFS v4.1 file shares meets the three requirements set by IBM MQ
367+
- https://www.ibm.com/docs/en/ibm-mq/9.2?topic=multiplatforms-requirements-shared-file-systems
368+
+ Data write integrity
369+
+ Guaranteed exclusive access to files
370+
+ Release locks on failure
371+
* The following test cases run successfully
372+
1. https://www.ibm.com/docs/en/ibm-mq/9.2?topic=multiplatforms-verifying-shared-file-system-behavior
373+
2. https://www.ibm.com/docs/en/ibm-mq/9.2?topic=multiplatforms-running-amqsfhac-test-message-integrity
374+
* The results of the above tests have been reviewed with IBM MQ team
363375

364376
## On-premises access
365377

0 commit comments

Comments
 (0)