queuePrefix (property)

QueuePrefix can be used to filter the queues listed.

Syntax

@property (nonatomic,readwrite,assign,getter=queuePrefix,setter=setQueuePrefix:) NSString* queuePrefix;
- (NSString*)queuePrefix;
- (void)setQueuePrefix:(NSString*)newQueuePrefix;
public var queuePrefix: String {
  get {...}
set {...} }

Default Value

""

Remarks

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

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