<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.0.0 - 10.13.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSConnection/independentConversationQueueing",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSConnection(py)independentConversationQueueing"
  },
  "title" : "independentConversationQueueing"
}
-->

# independentConversationQueueing

A Boolean value that indicates whether the receiver handles remote messages atomically.

```
@property BOOL independentConversationQueueing;
```

## Discussion

<doc://com.apple.documentation/documentation/Swift/true> if the receiver handles remote messages atomically, otherwise <doc://com.apple.documentation/documentation/Swift/false>.

The default is <doc://com.apple.documentation/documentation/Swift/false>. An `NSConnection` object normally forwards remote message to the intended recipients as they come in. See [Configuring a Connection](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/DistrObjects/Tasks/configuring.html#//apple_ref/doc/uid/20000766) for more information.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)