12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "Sers": {
- "Mq": {
- "Socket": {
- /* ServiceCenter ����� host��ַ */
- "host": "127.0.0.1",
- /* ServiceCenter ����� �����˿ں� */
- "port": 4501,
- /* �����DZ������� */
- //(x.1)workThread
- /* ��̨������Ϣ���̸߳�������λ����Ĭ��16�� */
- "workThreadCount": 16,
- //(x.2)ping
- /* �������Գ�ʱʱ�䣨��λms��Ĭ��2000�� */
- "pingTimeout": 20000,
- /* ��������ʧ�����Դ�������λ�Σ�Ĭ��3�� */
- "pingRetryCount": 3,
- /* ��������ʱ�������λms��Ĭ��1000�� */
- "pingInterval": 1000,
- //(x.3)request
- /* ����ʱʱ�䣨��λms��Ĭ��300000�� */
- "requestTimeout": 300000,
- //(x.4)secretKey
- /* ������Կ��������֤���Ӱ�ȫ�ԡ�����˺Ϳͻ��˱���һ�� */
- "secretKey": "SersSocketMq"
- }
- },
- /* ���л�����,�ɲ�ָ�� */
- "Serialization": {
- /* ���л��ַ����롣�ɲ�ָ����Ĭ�� UTF8��ֻ��Ϊ UTF7,UTF8,UTF32,ASCII,Unicode�� */
- "Encoding": "UTF8"
- }
-
- }
-
- }
|