Skip to content

Commit 71a65d4

Browse files
authored
Merge pull request #180044 from RenaShahMSFT/patch-31
Added testing support statement for IBM MQ
2 parents d84f3e2 + a413210 commit 71a65d4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,17 @@ 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
363374

364375
## On-premises access
365376

0 commit comments

Comments
 (0)