You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dai Kuroda (JIRA)" <ji...@apache.org> on 2013/11/04 14:22:17 UTC

[jira] [Created] (CAMEL-6932) The "dns.server" is not optional.

Dai Kuroda created CAMEL-6932:
---------------------------------

             Summary: The "dns.server" is not optional.
                 Key: CAMEL-6932
                 URL: https://issues.apache.org/jira/browse/CAMEL-6932
             Project: Camel
          Issue Type: Bug
          Components: camel-dns
    Affects Versions: 2.12.1
            Reporter: Dai Kuroda
            Priority: Minor


The "dns.server" is not optional.
http://camel.465427.n5.nabble.com/bug-dns-component-td5740962.html

The following code does not work.
{code}
Map<String, Object> headers = exchange.getIn().getHeaders(); 
headers.put("dns.name", "www.example.com"); 
headers.put("dns.type", "TXT"); 
ProducerTemplate template = context.createProducerTemplate(); 
Exchange respExchange = template.send("dns://dig", exchange); 
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)