Edit HTML.
Search for
<title><data:blog.pageTitle/></title>
Replace with:-
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
|
|
SET OutputRoot.MQMD.Expiry = '7899100';
SET OutputRoot.Properties.ExpirationTime = 6048000;
SET OutputRoot.MQMD.Expiry= 6048000;
mqsireadbar -b c:\myBarFile.bar -r
mqsiapplybaroverride -b c:\temp\test.bar -p c:\temp\BarFileOverride.txt -k c:\temp\test.bar
Alternatively instead of using the command console, the bar file can be overridden by using the overrides file in the web console by clicking the Overrides button and selecting the overrides file.
MbMessage localEnv = inAssembly.getLocalEnvironment();
MbElement nameVar = localEnv.getRootElement().getFirstElementByPath("Name");
String name = nameVar.getValueAsString();
MbMessage newEnv = new MbMessage(localEnv);
newEnv.getRootElement().createElementAsFirstChild(MbElement.TYPE_NAME_VALUE,"Name","James");
outAssembly = new MbMessageAssembly(inAssembly,newEnv,inAssembly.getExceptionList(),inAssembly.getMessage());
getOutputTerminal("out").propagate(outAssembly);
import com.ibm.broker.config.proxy.*;
BrokerProxy b = BrokerProxy.getLocalInstance();
while(!b.hasBeenPopulatedByBroker())
{
Thread.sleep(100);
}
ConfigurableService vendorUDCS = b.getConfigurableService("UserDefined", "MyConfigService");
String vendorMQDetails = vendorUDCS.getProperties().getProperty("server");
while(!b.hasBeenPopulatedByBroker()) {
Thread.sleep(100);
ConfigurableService vendorUDCS = b.getConfigurableService("UserDefined", "MyConfigService");
CREATE FIELD OutputRoot.JSON.Data.to_BusinessPartnerTax IDENTITY (JSON.Array)to_BusinessPartnerTax;
SET OutputRoot.JSON.Data.to_BusinessPartnerTax.Item[1].BusinessPartner = '';
SET OutputRoot.JSON.Data.to_BusinessPartnerTax.Item[1].BPTaxType = '';
SET OutputRoot.JSON.Data.to_BusinessPartnerTax.Item[1].BPTaxNumber = '';