@@ -81,6 +81,9 @@ |
||
| 81 | 81 | throw new \LogicException('Consumed messages have no flags'); |
| 82 | 82 | } |
| 83 | 83 | |
| 84 | + /** |
|
| 85 | + * @param string $attributeName |
|
| 86 | + */ |
|
| 84 | 87 | public function getAttribute($attributeName) |
| 85 | 88 | { |
| 86 | 89 | $messageProperties = $this->message->getProperties(); |