0
A
回答
0
你得到MQ_ERROR_BUFFER_OVERFLOW錯誤。請檢查您的代碼請
相關問題
- 1. 檢測MSMQ錯誤
- 2. 代碼錯誤代碼@CollectionId
- 3. 錯誤代碼
- 4. 代碼錯誤
- 5. 錯誤代碼
- 6. 錯誤代碼
- 7. 錯誤代碼
- 8. 錯誤代碼
- 9. 錯誤代碼
- 10. PostgreSQL錯誤代碼
- 11. C#錯誤代碼
- 12. C++代碼錯誤
- 13. OCUnit錯誤代碼
- 14. vhdl代碼錯誤
- 15. Javascript代碼錯誤?
- 16. NHibernate.Exceptions.GenericADOException錯誤代碼
- 17. Magento代碼錯誤
- 18. CL.exe錯誤代碼
- 19. 錯誤代碼(asp.net)
- 20. 代碼錯誤? [C]
- 21. cpp代碼錯誤
- 22. 錯誤Matlab代碼
- 23. HTTPDataSource錯誤代碼
- 24. PHP代碼錯誤
- 25. 錯誤代碼1241
- 26. StoreKit錯誤代碼
- 27. 代碼塊錯誤
- 28. 代碼段錯誤
- 29. 錯誤的代碼?
- 30. iOS代碼錯誤
public String Receive(){String dataresult = null;嘗試{checkOpen();的System.out.println( 「接收」);消息msg = Msmq.receive(2000); // timeout = 2000 ms System.out.println(「==> message:」+ msg.getMessage()); dataresult = msg.getMessage(); System.out.println(「label:」+ msg.getLabel()); } catch(MessageQueueException ex1){System.out.println(「Receive failure:」+ ex1); }返回dataresult; } 有想法該怎麼解決這個嗎 。非常感謝 – user180175
請格式化您的代碼 – Satya
對不起,我無法格式化此代碼。它早先工作。我得到 (小時=未知小時(-1072824294)) 我正在使用Java客戶端。數據大約是2000字節。我對此很陌生,任何幫助解決問題都會有所幫助。謝謝 – user180175