<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=Message-selector</id>
	<title>Message-selector - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=Message-selector"/>
	<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Message-selector&amp;action=history"/>
	<updated>2026-05-05T07:43:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Message-selector&amp;diff=2421&amp;oldid=prev</id>
		<title>Anonymous: Created page with &quot;This element allows you to specify a selector for receiving messages. See the JMS documentation for the selector syntax.  The properties (and their types) provided by {{GVESB}} f...&quot;</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Message-selector&amp;diff=2421&amp;oldid=prev"/>
		<updated>2012-02-19T10:31:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This element allows you to specify a selector for receiving messages. See the JMS documentation for the selector syntax.  The properties (and their types) provided by {{GVESB}} f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This element allows you to specify a selector for receiving messages. See the JMS documentation for the selector syntax.&lt;br /&gt;
&lt;br /&gt;
The properties (and their types) provided by {{GVESB}} for selectors are:&lt;br /&gt;
* SYSTEM (String)&lt;br /&gt;
* SERVICE (String)&lt;br /&gt;
* ID (String)&lt;br /&gt;
* RETCODE (int)&lt;br /&gt;
&lt;br /&gt;
Even [[GVBuffer]] properties are present in the form of message properties. &lt;br /&gt;
&lt;br /&gt;
The properties are all string and their names have the prefix ''$p'' (only [[GVBuffer]] properties with names that are valid&lt;br /&gt;
Java identifier are managed). For example, a [[GVBuffer]] property named PROPERTY will be identified by a property name p$PROPERTY.&lt;br /&gt;
&lt;br /&gt;
As {{GVESB}} can in turn generate selectors, you can define how they should be combined with the selector specified by this element, see ''combining'' attribute.&lt;br /&gt;
&lt;br /&gt;
The message-selector Element is used by '''jms-dequeue''' and has the following attribute:&lt;br /&gt;
* ''combining'': {{GVESB}} can dynamically generate selectors. This parameter defines how the dynamic selector should be combined with the selector configured to obtain the actual selector used for reception of JMS message. Can take the following values:&lt;br /&gt;
** dynamic-and-configured (DYNAMIC) AND (CONFIGURED)&lt;br /&gt;
** dynamic-or-configured (DYNAMIC) OR (CONFIGURED)&lt;br /&gt;
** dynamic-only DYNAMIC&lt;br /&gt;
** configured-only CONFIGURED&lt;br /&gt;
** configured-if-no-dynamic DYNAMIC != null ? DYNAMIC : CONFIGURED. The attribute's default value is: dynamic-and-configured.&lt;/div&gt;</summary>
		<author><name>Anonymous</name></author>
		
	</entry>
</feed>