# PgPubSubOptions.filtered property · @imqueue/pg-pubsub

Source: https://imqueue.org/api/pg-pubsub/latest/pg-pubsub.pgpubsuboptions.filtered/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-pubsub 3.0.5 — generated reference, not hand-written

If set to true, self emitted messages (those which were sent using `NOTIFY` on the same connection) will be filtered on this connection. By default is false - means that connection will `LISTEN` to the messages, which were notified on the same connection.

**Signature:**

```typescript
filtered: boolean;
```

