QueuePrefix Property

QueuePrefix can be used to filter the queues listed.

Syntax

ANSI (Cross Platform)
char* GetQueuePrefix();
int SetQueuePrefix(const char* lpszQueuePrefix); Unicode (Windows) LPWSTR GetQueuePrefix();
INT SetQueuePrefix(LPCWSTR lpszQueuePrefix);
@property (nonatomic,readwrite,assign,getter=queuePrefix,setter=setQueuePrefix:) NSString* queuePrefix;
- (NSString*)queuePrefix;
- (void)setQueuePrefix:(NSString*)newQueuePrefix;
#define PID_AMAZONSQS_QUEUEPREFIX 26

IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_AmazonSQS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSMQ_EXTERNAL int IPWORKSMQ_CALL IPWorksMQ_AmazonSQS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Only the queues whose names start with the specified QueuePrefix are listed when ListQueues is called.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 C++ Edition - Version 20.0 [Build 8155]